Class

TextContextMenuData

A list of components to be displayed in the context menu.

Source set: Common
class TextContextMenuData(val components: List<TextContextMenuComponent>)

A list of components to be displayed in the context menu.

Parameters

components the list of components to be rendered in the context menu.

Companion Object

Properties

Source set: Common
val Empty = TextContextMenuData(emptyList())

Last updated: