Skip to main content

WidgetContentSettingList

Interfaces

WidgetContentSettingListProps

Properties

PropertyTypeDescriptionDefined in
setManagerWidgetStatesDispatch<SetStateAction<IdMap<ManagerWidgetState>>>Setter for the manager widget states.manager/components/WidgetContentSettingList.tsx:15
settingWidgetSettingThe widget-specific setting.manager/components/WidgetContentSettingList.tsx:13
widgetIdstringThe widget ID.manager/components/WidgetContentSettingList.tsx:11

Functions

default()

default(__namedParameters): Element

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

Defined in

manager/components/WidgetContentSettingList.tsx:25