ReplaceRange

data class ReplaceRange(val sourceRange: TextRange, val newSource: String, val sourceCursorOffset: Int = 0) : TextInputCommand

Constructors

Link copied to clipboard
constructor(sourceRange: TextRange, newSource: String, sourceCursorOffset: Int = 0)

Properties

Link copied to clipboard
open override val needsValidCursor: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sourceRange: TextRange