FileUpload Pass Through

Pass Through documentation for FileUpload component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Drag and drop files to here to upload.

FileUpload PT Options#

Defines passthrough(pt) options of FileUpload component.

labeltypedescription
rootFileUploadPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
contentFileUploadPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
fileListFileUploadPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the file list's DOM element.
fileFileUploadPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the file's DOM element.
fileThumbnailFileUploadPassThroughType<HTMLAttributes<HTMLImageElement>>Used to pass attributes to the file thumbnail's DOM element.
fileInfoFileUploadPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the file info's DOM element.
fileNameFileUploadPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the fileName's DOM element.
fileSizeFileUploadPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the fileSize's DOM element.
fileActionsFileUploadPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the file actions' DOM element.

FileUploadContent PT Options#

Defines passthrough(pt) options of FileUploadContent component.

labeltypedescription
rootFileUploadContentPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

FileUploadList PT Options#

Defines passthrough(pt) options of FileUploadList component.

labeltypedescription
rootFileUploadListPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.
fileListFileUploadListPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the file list's DOM element.
fileFileUploadListPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the file's DOM element.
fileThumbnailFileUploadListPassThroughType<HTMLAttributes<HTMLImageElement>>Used to pass attributes to the file thumbnail's DOM element.
fileInfoFileUploadListPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the file info's DOM element.
fileNameFileUploadListPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the fileName's DOM element.
fileSizeFileUploadListPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the fileSize's DOM element.
fileActionsFileUploadListPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the file actions' DOM element.