WidgetContentSettingList
Interfaces
WidgetContentSettingListProps
Properties
Property | Type | Description | Defined in |
---|---|---|---|
setManagerWidgetStates | Dispatch <SetStateAction <IdMap <ManagerWidgetState >>> | Setter for the manager widget states. | manager/components/WidgetContentSettingList.tsx:15 |
setting | WidgetSetting | The widget-specific setting. | manager/components/WidgetContentSettingList.tsx:13 |
widgetId | string | The 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
Parameter | Type |
---|---|
__namedParameters | WidgetContentSettingListProps |
Returns
Element