InsertTextParameter

@Serializable
data class InsertTextParameter(val text: String)

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

The text to insert.