Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-core
/
dev.catbit.mosaic.core.data.schemas.event.data
/
DataSourceSchema
/
Inline
Inline
@
Serializable
@
SerialName
(
value
=
"Inline"
)
data
class
Inline
(
val
data
:
Map
<
String
,
AnySerializable
?
>
)
:
DataSourceSchema
A fixed, screen-defined value — not backed by any repository/storage.
Members
Constructors
Inline
Link copied to clipboard
constructor
(
data
:
Map
<
String
,
AnySerializable
?
>
)
Properties
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
val
data
:
Map
<
String
,
AnySerializable
?
>