Skip to main content

WidgetsTab

Interfaces

WidgetsTabProps

Properties

PropertyTypeDescriptionDefined in
managerWidgetStatesIdMap<ManagerWidgetState>The manager widget states.manager/tabs/WidgetsTab.tsx:15
rescanAndRender() => Promise<number>The function for refreshing the widget collection.manager/tabs/WidgetsTab.tsx:19
setManagerWidgetStatesDispatch<SetStateAction<IdMap<ManagerWidgetState>>>Setter for the manager widget states.manager/tabs/WidgetsTab.tsx:17

Functions

default()

default(__namedParameters): Element

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

Defined in

manager/tabs/WidgetsTab.tsx:29