TextContextMenuComponent

Known direct subclasses
TextContextMenuItem

A TextContextMenuComponent that represents a clickable item with a label in a context menu.

TextContextMenuSeparator

A TextContextMenuComponent separator in a text context menu.


A single component of a text context menu.

Summary

Public properties

Any

A unique key that identifies this component, mainly for use in filtering a component in Modifier.filterTextContextMenuComponents.

Cmn

Public properties

key

val keyAny

A unique key that identifies this component, mainly for use in filtering a component in Modifier.filterTextContextMenuComponents. It is advisable to use a data object as a key here.