toggle menu
Litho
androidJvm
switch theme
litho-widget
/
com.facebook.litho.widget
/
ReplaceTextEvent
Replace
Text
Event
class
ReplaceTextEvent
Replaces the text input text from startIndex to endIndex with the given text.
Members
Constructors
Replace
Text
Event
Link copied to clipboard
constructor
(
)
Properties
end
Index
Link copied to clipboard
@
JvmField
var
endIndex
:
Int
skip
Selection
Link copied to clipboard
@
JvmField
var
skipSelection
:
Boolean
start
Index
Link copied to clipboard
@
JvmField
var
startIndex
:
Int
text
Link copied to clipboard
lateinit
var
text
:
CharSequence