Optionalaccept?: string[]OptionalautoOpenImageEditor?: booleanPassed to the Input.
Optionalformat?: FieldFormatFunction<FileFieldUploadFormValues>Format function for the value. Controls how the value should be formatted when displayed in smaller contexts where only strings are allowed.
OptionalimageEditorOptions?: ImageEditorOptionsPassed to the Input.
OptionalimagePreviewSizing?: ImageProps["sizing"]Passed to the Input.
OptionalInput?: (props: FileUploadFieldInputProps) => JSX.Element | nullThe input component to use when editing.
OptionalmaxSizeBytes?: numberMaximum file size allowed (in bytes). Overrides the value from settings. Use -1 for no limit.
OptionalnoImageEditor?: booleanPassed to the Input.
OptionalonFileChange?: (value: File | null, isInitial: boolean) => voidA callback function to inspect the underlying file to get additional information.
OptionaluploadFile?: (A custom file upload function in case customization is desired.
Optionalurl?: stringThe URL of the file (generally only in an update form).
Defines the file types that the input should accept.