Developer ReferenceDashboard (Wish)ComponentsDashboard
components/dashboard/files
Functions
Files()
function Files(__namedParameters): Element;Defined in: components/dashboard/files.tsx:38
Renders the upload and download buttons the server settings allow, or nothing when both are disabled.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | FilesProps |
Returns
Element
FilesDialog()
function FilesDialog(__namedParameters): Element;Defined in: components/dashboard/files.tsx:101
The Download Files dialog: the server's file index in an iframe, whose file links are attachments. Mounted by TopMenu outside the menubar so a click in the iframe, which blurs the window and closes the menus, leaves it open.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | FilesDialogProps |
Returns
Element