Interface representing the canvas menu options dropdown component. This component can contain children components that are rendered in a dropdown menu.
children: Optional array of child component IDs or components to render in the dropdown.icon: Optional icon name to display on the dropdown button.variant: Optional style variant of the dropdown button, either ‘regular’ or ‘plain’.tooltip: Optional tooltip text to display when hovering over the dropdown button.
Extends#
Indexable#
[key: string]: unknownProperties#
| Property | Type | Description | Overrides | Inherited from |
|---|---|---|---|---|
id |
"ly.img.options.canvasMenu" |
- | OrderComponentWithChildren.id |
- |
icon? |
string |
- | - | - |
variant? |
"regular" |
"plain" |
- | - |
tooltip? |
string |
- | - | - |
key? |
string |
- | - | OrderComponentWithChildren.key |
children? |
( | CanvasMenuActionButton |
CanvasMenuComponentId |
OrderComponentWithChildren<CanvasMenuComponentId, CanvasMenuActionButton>)[] |