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