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.events.tiles
/
UpdateTilesEventSchema
/
Update
Update
@
Serializable
data
class
Update
(
val
tileId
:
String
,
val
updateData
:
UpdateTilesEventSchema.Update.UpdateData
)
Members
Constructors
Update
Link copied to clipboard
constructor
(
tileId
:
String
,
updateData
:
UpdateTilesEventSchema.Update.UpdateData
)
Types
Update
Data
Link copied to clipboard
@
Serializable
sealed
interface
UpdateData
Properties
tile
Id
Link copied to clipboard
@
SerialName
(
value
=
"tileId"
)
val
tileId
:
String
update
Data
Link copied to clipboard
@
SerialName
(
value
=
"updateData"
)
val
updateData
:
UpdateTilesEventSchema.Update.UpdateData