ColumnTileScreenTilesBroadcastData

Types

Link copied to clipboard
data class ScrollTo(val tileId: String, val smoothly: Boolean, val index: Int) : ColumnTileScreenTilesBroadcastData
Link copied to clipboard
data class ScrollToBottom(val tileId: String, val smoothly: Boolean) : ColumnTileScreenTilesBroadcastData
Link copied to clipboard
data class ScrollToTop(val tileId: String, val smoothly: Boolean) : ColumnTileScreenTilesBroadcastData

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).