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