Skip to main content

WidgetsTab

Interfaces

WidgetsTabProps

Defined in: manager/tabs/WidgetsTab.tsx:12

Properties

PropertyTypeDescriptionDefined in
managerWidgetStatesRecord<string, ManagerWidgetState>The manager widget states.manager/tabs/WidgetsTab.tsx:14
rescanAndRender() => Promise<number>The function for refreshing the widget collection.manager/tabs/WidgetsTab.tsx:20
setManagerWidgetStatesDispatch<SetStateAction<Record<string, ManagerWidgetState>>>Setter for the manager widget states.manager/tabs/WidgetsTab.tsx:16

Functions

default()

default(__namedParameters): Element

Defined in: manager/tabs/WidgetsTab.tsx:30

The widgets tab in the manager.

This tab is rendered as a vertical tab list along with FloatButtons in the bottom right corner. It contains the triggers WidgetTrigger and the contents WidgetContent for each widget in the collection.

Parameters

ParameterType
__namedParametersWidgetsTabProps

Returns

Element