Interface representing a generic custom action in the clip context menu.
Requires a key to uniquely identify the action and a label for display.
Extends#
Indexable#
[key: string]: unknownProperties#
| Property | Type | Overrides |
|---|---|---|
id |
"ly.img.video.clip.menu.action" |
OrderComponent.id |
key |
string |
OrderComponent.key |
onClick |
() => void |
Promise<void> |
label |
string |
- |
icon? |
string |
- |
isDisabled? |
boolean |
- |