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
/
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