toggle menu
Litho
androidJvm
switch theme
search in API
litho-widget
/
com.facebook.litho.widget
/
ReplaceTextEvent
Replace
Text
Event
open
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
open
var
endIndex
:
Int
skip
Selection
Link copied to clipboard
open
var
skipSelection
:
Boolean
start
Index
Link copied to clipboard
open
var
startIndex
:
Int
text
Link copied to clipboard
open
var
text
:
CharSequence