TextContextMenuData


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

Summary

Public companion properties

TextContextMenuData
Cmn

Public constructors

Cmn

Public functions

open String
Cmn

Public properties

List<TextContextMenuComponent>

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

Cmn

Public companion properties

Empty

val EmptyTextContextMenuData

Public constructors

TextContextMenuData

TextContextMenuData(components: List<TextContextMenuComponent>)
Parameters
components: List<TextContextMenuComponent>

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

Public functions

toString

open fun toString(): String

Public properties

components

val componentsList<TextContextMenuComponent>

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