Compose Text Editor
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Compose Text Editor
Editor
/
com.darkrockstudios.texteditor.state
/
WordSegment
Word
Segment
data
class
WordSegment
(
val
text
:
String
,
val
range
:
TextEditorRange
)
(
source
)
Members
Constructors
Word
Segment
Link copied to clipboard
constructor
(
text
:
String
,
range
:
TextEditorRange
)
Properties
range
Link copied to clipboard
val
range
:
TextEditorRange
text
Link copied to clipboard
val
text
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String