WidgetsTab
Interfaces
WidgetsTabProps
Defined in: manager/tabs/WidgetsTab.tsx:12
Properties
Property | Type | Description | Defined in |
---|---|---|---|
managerWidgetStates | Record <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 |
setManagerWidgetStates | Dispatch <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
Parameter | Type |
---|---|
__namedParameters | WidgetsTabProps |
Returns
Element