Skip to main content

WidgetContent

Interfaces

WidgetContentProps

Properties

PropertyTypeDescriptionDefined in
configResult<WidgetConfig, string>The widget configuration or error.manager/components/WidgetContent.tsx:19
indexnumberThe index of the widget in the collection.manager/components/WidgetContent.tsx:15
setManagerWidgetStatesDispatch<SetStateAction<IdMap<ManagerWidgetState>>>Setter for the manager widget states.manager/components/WidgetContent.tsx:23
settingWidgetSettingThe widget-specific settings.manager/components/WidgetContent.tsx:21
widgetIdstringThe 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

ParameterType
__namedParametersWidgetContentProps

Returns

Element

Defined in

manager/components/WidgetContent.tsx:33