Skip to main content

WidgetContentSettingsList

Interfaces

WidgetContentSettingListProps

Defined in: manager/components/WidgetContentSettingsList.tsx:9

Properties

PropertyTypeDescriptionDefined in
setManagerWidgetStatesDispatch<SetStateAction<Record<string, ManagerWidgetState>>>Setter for the manager widget states.manager/components/WidgetContentSettingsList.tsx:15
settingsWidgetSettingsThe widget-specific setting.manager/components/WidgetContentSettingsList.tsx:13
widgetIdstringThe widget ID.manager/components/WidgetContentSettingsList.tsx:11

Functions

default()

default(__namedParameters): Element

Defined in: manager/components/WidgetContentSettingsList.tsx:27

Component for displaying the widget-specific settings.

This includes setter for the position and opacity of a widget. The states in the manager will be updated via the setter, and the updated settings will also be sent to the canvas via emitting corresponding events.

Parameters

ParameterType
__namedParametersWidgetContentSettingListProps

Returns

Element