ComponentData

@Serializable
data class ComponentData(val text: String)

Constructors

Link copied to clipboard
constructor(text: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun toComponent(): @NotNull Component