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
/
Tile
Tile
@
Serializable
@
SerialName
(
value
=
"Tile"
)
data
class
Tile
(
val
tileId
:
String
,
val
dataKey
:
String
)
:
DataSourceSchema
Members
Constructors
Tile
Link copied to clipboard
constructor
(
tileId
:
String
,
dataKey
:
String
)
Properties
data
Key
Link copied to clipboard
@
SerialName
(
value
=
"dataKey"
)
val
dataKey
:
String
tile
Id
Link copied to clipboard
@
SerialName
(
value
=
"tileId"
)
val
tileId
:
String