toggle menu
interactive-text
0.2.1
jvm
switch theme
search in API
interactive-text
/
me.okonecny.interactivetext
/
Selection
Selection
data
class
Selection
(
val
start
:
CursorPosition
,
val
end
:
CursorPosition
)
Members
Constructors
Selection
Link copied to clipboard
constructor
(
start
:
CursorPosition
,
end
:
CursorPosition
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
end
Link copied to clipboard
val
end
:
CursorPosition
is
Empty
Link copied to clipboard
val
isEmpty
:
Boolean
spans
Multiple
Components
Link copied to clipboard
val
spansMultipleComponents
:
Boolean
start
Link copied to clipboard
val
start
:
CursorPosition
Functions
compute
Source
Selection
Link copied to clipboard
fun
computeSourceSelection
(
scope
:
InteractiveScope
)
:
TextRange