Interface representing a custom canvas menu action button. Note: This component requires a key and has a required label, unlike other action buttons.
Extends#
Indexable#
[key: string]: unknownProperties#
| Property | Type | Overrides |
|---|---|---|
id |
"ly.img.action.canvasMenu" |
OrderComponent.id |
key |
string |
OrderComponent.key |
onClick |
() => void |
Promise<void> |
label |
string |
- |
icon? |
string |
- |
variant? |
"regular" |
"plain" |
isDisabled? |
boolean |
- |
shortcut? |
string |
- |