RowTileScreenTilesBroadcastData

Types

Link copied to clipboard
data class ScrollTo(val tileId: String, val smoothly: Boolean, val index: Int) : RowTileScreenTilesBroadcastData
Link copied to clipboard
data class ScrollToEnd(val tileId: String, val smoothly: Boolean) : RowTileScreenTilesBroadcastData
Link copied to clipboard
data class ScrollToStart(val tileId: String, val smoothly: Boolean) : RowTileScreenTilesBroadcastData

Properties

Link copied to clipboard
abstract val smoothly: Boolean
Link copied to clipboard
abstract val tileId: String?

id of the tile this broadcast targets, or null for a command with no single addressed tile (e.g. an overlay command, which is addressed by overlay id rather than tile id).