toggle menu
viewmodel-pilot
0.3.3-SNAPSHOT
common
switch theme
search in API
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