TextContextMenuData
Class
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
Common
val Empty = TextContextMenuData(emptyList())