toggle menu
viewmodel-pilot
0.3.3-SNAPSHOT
common
switch theme
search in API
components
/
com.mirego.pilot.components
/
PilotRichText
/
Content
/
Image
Image
data
class
Image
(
val
image
:
PilotImageResource
,
val
id
:
String
=
image.toString()
)
:
PilotRichText.Content
Members
Constructors
Image
Link copied to clipboard
constructor
(
image
:
PilotImageResource
,
id
:
String
=
image.toString()
)
Properties
id
Link copied to clipboard
val
id
:
String
image
Link copied to clipboard
val
image
:
PilotImageResource