toggle menu
interactive-text
0.2.1
jvm
switch theme
search in API
interactive-text
/
me.okonecny.interactivetext
/
ReplaceRange
Replace
Range
data
class
ReplaceRange
(
val
sourceRange
:
TextRange
,
val
newSource
:
String
,
val
sourceCursorOffset
:
Int
=
0
)
:
TextInputCommand
Members
Constructors
Replace
Range
Link copied to clipboard
constructor
(
sourceRange
:
TextRange
,
newSource
:
String
,
sourceCursorOffset
:
Int
=
0
)
Properties
needs
Valid
Cursor
Link copied to clipboard
open
override
val
needsValidCursor
:
Boolean
new
Source
Link copied to clipboard
val
newSource
:
String
source
Cursor
Offset
Link copied to clipboard
val
sourceCursorOffset
:
Int
=
0
source
Range
Link copied to clipboard
val
sourceRange
:
TextRange