FileUpload Pass Through
Pass Through documentation for FileUpload component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
Loading...
FileUploadRoot PT Options#
Defines passthrough(pt) options of FileUpload component.
| label | type | description |
|---|---|---|
| root | FileUploadRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| content | FileUploadRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
| fileList | FileUploadRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the file list's DOM element. |
| file | FileUploadRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the file's DOM element. |
| fileThumbnail | FileUploadRootPassThroughType<HTMLAttributes<HTMLImageElement>> | Used to pass attributes to the file thumbnail's DOM element. |
| fileInfo | FileUploadRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the file info's DOM element. |
| fileName | FileUploadRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the fileName's DOM element. |
| fileSize | FileUploadRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the fileSize's DOM element. |
| fileActions | FileUploadRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the file actions' DOM element. |
FileUploadContent PT Options#
Defines passthrough(pt) options of FileUploadContent component.
| label | type | description |
|---|---|---|
| root | FileUploadContentPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
FileUploadList PT Options#
Defines passthrough(pt) options of FileUploadList component.
| label | type | description |
|---|---|---|
| root | FileUploadListPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
| fileList | FileUploadListPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the file list's DOM element. |
| file | FileUploadListPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the file's DOM element. |
| fileThumbnail | FileUploadListPassThroughType<HTMLAttributes<HTMLImageElement>> | Used to pass attributes to the file thumbnail's DOM element. |
| fileInfo | FileUploadListPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the file info's DOM element. |
| fileName | FileUploadListPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the fileName's DOM element. |
| fileSize | FileUploadListPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the fileSize's DOM element. |
| fileActions | FileUploadListPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the file actions' DOM element. |