interface FileUploadComponentData

export interface FileUploadComponentData extends BaseComponentData

customId : string

The custom id of the file upload

optional
id? : number

the id of this component

Inherited from: BaseComponentData

optional
maxValues? : number

The maximum number of files that can be uploaded (1-10)

optional
minValues? : number

The minimum number of files that can be uploaded (0-10)

optional
required? : boolean

Whether this component is required in modals