viewmodel-pilot
Toggle table of contents
0.4.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
viewmodel-pilot
components
/
com.mirego.pilot.components
/
PilotRichText
/
Content
/
Text
Text
data
class
Text
(
val
text
:
String
,
val
ranges
:
List
<
PilotRichTextRange
>
)
:
PilotRichText.Content
Members
Constructors
Text
Link copied to clipboard
constructor
(
text
:
String
,
ranges
:
List
<
PilotRichTextRange
>
)
Properties
ranges
Link copied to clipboard
val
ranges
:
List
<
PilotRichTextRange
>
text
Link copied to clipboard
val
text
:
String