interface FileUploadComponentData
extends
BaseComponentDataexport interface FileUploadComponentData extends BaseComponentDatacustomId : string
The custom id of the file upload
optionalfileTypes? : 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
optionalmaxValues? : number
The maximum number of files that can be uploaded (1-10)
optionalminValues? : number
The minimum number of files that must be uploaded (0-10)
optionalrequired? : boolean
Whether this component is required in modals