Search
Loading...
Skip to content

Interface: CanvasMenuCustomActionButton

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]: unknown

Properties#

PropertyTypeOverrides
id"ly.img.action.canvasMenu"OrderComponent.id
keystringOrderComponent.key
onClick() => voidPromise<void>
labelstring-
icon?string-
variant?"regular""plain"
isDisabled?boolean-
shortcut?string-