Documentation / @zerotal/flow / index / FileUploadProps
Interface: FileUploadProps
Defined in: flow/src/components.ts:1011
Props for FileUpload: the bind target plus multiple, accept and label.
Indexable
[
key:string]:unknown
Properties
bind
bind:
unknown
Defined in: flow/src/components.ts:1013
Bound
Expose
property — receives the TemporaryUploadedFile (or array).
multiple?
optionalmultiple?:boolean
Defined in: flow/src/components.ts:1014
accept?
optionalaccept?:string
Defined in: flow/src/components.ts:1015
label?
optionallabel?:string
Defined in: flow/src/components.ts:1016
class?
optionalclass?:string
Defined in: flow/src/components.ts:1017
children?
optionalchildren?:unknown
Defined in: flow/src/components.ts:1019
Rendered below the dropzone — e.g. a preview/filename of the current value.