Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
writeopia_ui
/
io.writeopia.ui.model
/
SelectionInfo
Selection
Info
data
class
SelectionInfo
(
val
from
:
Int
,
val
to
:
Int
,
val
text
:
String
)
Members
Constructors
Selection
Info
Link copied to clipboard
constructor
(
from
:
Int
,
to
:
Int
,
text
:
String
)
Properties
from
Link copied to clipboard
val
from
:
Int
text
Link copied to clipboard
val
text
:
String
to
Link copied to clipboard
val
to
:
Int