Skip to main content

UploadField

UploadFieldProps
UploadFieldProps
Intersection of
FileInputPublicProps
FileInputPublicProps
Intersection of
Pick
FieldContainerProps
FieldContainerProps
Intersection of
FieldContainerProps
description
React.ReactNode
label*
React.ReactNode
labelDescription
React.ReactNode
ErrorListProps
AddEntityButtonProps
AddEntityButtonProps
addButtonComponent
React.ComponentType<any>
addButtonComponentExtraProps
addButtonProps
CreateNewEntityButtonProps
addButtonText
React.ReactNode
SelectFileInputPublicProps
SelectFileInputPublicProps
Intersection of
SelectEntityButtonProps
SelectEntityButtonProps
selectButtonComponent
React.ComponentType<any>
selectButtonComponentExtraProps
selectButtonProps
CreateNewEntityButtonProps
selectButtonText
React.ReactNode
SelectFileInputPublicProps
insertSelectedText
string
FileInputPublicProps
addButtonSubText
React.ReactNode
enableAddingNew
boolean
HybridFileKindProps
HybridFileKindProps
Union of
DiscriminatedFileKindsProps
DiscriminatedFileKindsProps
Intersection of
SelectFileInputSelectionComponentProps
SelectFileInputSelectionComponentProps
fileSelectionComponent
React.ComponentType<& any& FileSelectionProps>
fileSelectionLabel
React.ReactNode
fileSelectionProps
any
DiscriminatedFileKindsProps
baseEntity
string
children*
React.ReactNode
discriminationField*
SugaredFieldProps["field"]
SingleKindFileProps
SingleKindFileProps
Intersection of
FullFileKind
FullFileKind
Intersection of
InternalFileKind
InternalFileKind
acceptFile*
| undefined| (options: AcceptFileOptions) => | boolean| Promise<unknown>
acceptMimeTypes*
| null| string| string[]
baseEntity
string
children
React.ReactNode
childrenOutsideBaseEntity
boolean
renderFilePreview*
(options: RenderFilePreviewOptions<unknown>) => React.ReactNode
renderUploadedFile*
React.ReactNode
uploader*
FileUploader<unknown, FileUploadError>
FullFileKind
extractors*
FileDataExtractor<unknown, unknown, unknown>[]
SelectFileInputSelectionComponentProps
SelectFileInputSelectionComponentProps
fileSelectionComponent
React.ComponentType<& any& FileSelectionProps>
fileSelectionLabel
React.ReactNode
fileSelectionProps
any
SingleKindFileProps
hasUploadedFile*
(entity: EntityAccessor) => boolean
UploadFieldProps
children
React.ReactNode