Delete

data class Delete(val direction: Delete.Direction, val size: Delete.Size) : TextInputCommand

Constructors

Link copied to clipboard
constructor(direction: Delete.Direction, size: Delete.Size)

Types

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
open override val needsValidCursor: Boolean = true
Link copied to clipboard