interface FileUploadComponentData

export interface FileUploadComponentData extends BaseComponentData

customId : string

The custom id of the file upload

optional
fileTypes? : readonly FileUploadType[]

The allowed types of files that can be uploaded (maximum of 10). When only using extensions, include .jpg for images and both .mp4 and .mov for videos for mobile compatibility

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 must be uploaded (0-10)

optional
required? : boolean

Whether this component is required in modals