@vttforge/core / FilePathFieldOptions
Interface: FilePathFieldOptions
Properties shared by every Foundry data field option object.
Mirrors the base DataFieldOptions interface documented at https://foundryvtt.com/api/classes/foundry.data.fields.DataField.html.
Extends
Properties
base64?
readonlyoptionalbase64?:boolean
blank?
readonlyoptionalblank?:boolean
Inherited from
categories?
readonlyoptionalcategories?: readonly ("IMAGE"|"VIDEO"|"AUDIO"|"TEXT"|"FONT"|"GRAPHICS")[]
choices?
readonlyoptionalchoices?: readonlystring[] |Record<string,string>
Inherited from
gmOnly?
readonlyoptionalgmOnly?:boolean
Inherited from
hint?
readonlyoptionalhint?:string
Inherited from
initial?
readonlyoptionalinitial?:unknown
Inherited from
label?
readonlyoptionallabel?:string
Inherited from
nullable?
readonlyoptionalnullable?:boolean
Inherited from
readonly?
readonlyoptionalreadonly?:boolean
Inherited from
required?
readonlyoptionalrequired?:boolean
Inherited from
textSearch?
readonlyoptionaltextSearch?:boolean
Inherited from
trim?
readonlyoptionaltrim?:boolean
Inherited from
validate?
readonlyoptionalvalidate?: (value) =>boolean|undefined
Parameters
value
unknown
Returns
boolean | undefined
Inherited from
validationError?
readonlyoptionalvalidationError?:string
Inherited from
StringFieldOptions.validationError
wildcard?
readonlyoptionalwildcard?:boolean