Search Docs
Loading...
Skip to content

Interface: ClipContextMenuCustomAction

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

Properties#

PropertyTypeOverrides
id"ly.img.video.clip.menu.action"OrderComponent.id
keystringOrderComponent.key
onClick() => voidPromise<void>
labelstring-
icon?string-
isDisabled?boolean-