toggle menu
viewmodel-pilot
0.3.3-SNAPSHOT
common
switch theme
search in API
components
/
com.mirego.pilot.components
/
PilotRichText
/
Content
Content
sealed
interface
Content
Inheritors
Text
Image
Members
Types
Image
Link copied to clipboard
data
class
Image
(
val
image
:
PilotImageResource
,
val
id
:
String
=
image.toString()
)
:
PilotRichText.Content
Text
Link copied to clipboard
data
class
Text
(
val
text
:
String
,
val
ranges
:
List
<
PilotRichTextRange
>
)
:
PilotRichText.Content