ReplaceTextEvent

open class ReplaceTextEvent

Replaces the text input text from startIndex to endIndex with the given text.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var endIndex: Int
Link copied to clipboard
open var startIndex: Int
Link copied to clipboard
open var text: CharSequence