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#

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 -