Selkies
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

ParameterType
__namedParametersFilesProps

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

ParameterType
__namedParametersFilesDialogProps

Returns

Element

On this page

Edit on GitHub