🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

TextContextMenuData

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

Source set: Common
public class TextContextMenuData(public 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.

Members

Companion

Source set: Common
public companion object

Properties

Empty

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