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
FilesFrame()
function FilesFrame(): Element;Defined in: components/dashboard/files.tsx:105
The download frame and the spinner standing in for it. Its own component so each opening mounts it afresh, which is what brings the spinner back.
Returns
Element
FilesDialog()
function FilesDialog(__namedParameters): Element;Defined in: components/dashboard/files.tsx:128
Parameters
| Parameter | Type |
|---|---|
__namedParameters | FilesDialogProps |
Returns
Element