Types

Link copied to clipboard
data class ScrollToBegin(val tileId: String, val smoothly: Boolean) : PagerTileScreenTilesBroadcastData
Link copied to clipboard
data class ScrollToEnd(val tileId: String, val smoothly: Boolean) : PagerTileScreenTilesBroadcastData
Link copied to clipboard
data class ScrollToNextPage(val tileId: String, val smoothly: Boolean) : PagerTileScreenTilesBroadcastData
Link copied to clipboard
data class ScrollToPreviousPage(val tileId: String, val smoothly: Boolean) : PagerTileScreenTilesBroadcastData

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