Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
writeopia_ui
/
io.writeopia.ui.model
/
TextInput
Text
Input
data
class
TextInput
(
val
text
:
String
,
val
start
:
Int
=
0
,
val
end
:
Int
=
0
,
val
spans
:
Set
<
SpanInfo
>
=
emptySet()
)
Members
Constructors
Text
Input
Link copied to clipboard
constructor
(
text
:
String
,
start
:
Int
=
0
,
end
:
Int
=
0
,
spans
:
Set
<
SpanInfo
>
=
emptySet()
)
Properties
end
Link copied to clipboard
val
end
:
Int
=
0
spans
Link copied to clipboard
val
spans
:
Set
<
SpanInfo
>
start
Link copied to clipboard
val
start
:
Int
=
0
text
Link copied to clipboard
val
text
:
String