FilesElement: FormElementBinaryStorage & LookupFormElement & FormElementReadOnly & { allowExtensionlessAttachments?: boolean; defaultValue?: unknown; maxEntries?: number; maxFileSize?: number; minEntries?: number; restrictFileSize?: boolean; restrictFileTypes: boolean; restrictedFileTypes?: string[]; type: "files"; } Type declaration
Optional allowExtensionlessAttachments?: boolean
Optional defaultValue?: unknown
Optional maxEntries?: number
Optional maxFileSize?: number
Optional minEntries?: number
Optional restrictFileSize?: boolean
restrictFileTypes: boolean
Optional restrictedFileTypes?: string[]
type: "files"
The maximum size (in Megabytes) that an individual file can be