WidgetContent
Interfaces
WidgetContentProps
Properties
Property | Type | Description | Defined in |
---|---|---|---|
config | Result <WidgetConfig , string > | The widget configuration or error. | manager/components/WidgetContent.tsx:19 |
index | number | The index of the widget in the collection. | manager/components/WidgetContent.tsx:15 |
setManagerWidgetStates | Dispatch <SetStateAction <IdMap <ManagerWidgetState >>> | Setter for the manager widget states. | manager/components/WidgetContent.tsx:23 |
setting | WidgetSetting | The widget-specific settings. | manager/components/WidgetContent.tsx:21 |
widgetId | string | The widget ID. | manager/components/WidgetContent.tsx:17 |
Functions
default()
default(
__namedParameters
):Element
The widget content component.
It is rendered as the content of a tab. It consists of a configuration section WidgetContentConfigList and a setting section WidgetContentSettingList.
Parameters
Parameter | Type |
---|---|
__namedParameters | WidgetContentProps |
Returns
Element