ScrollToBegin

data class ScrollToBegin(val tileId: String, val smoothly: Boolean) : PagerTileScreenTilesBroadcastData

Constructors

Link copied to clipboard
constructor(tileId: String, smoothly: Boolean)

Properties

Link copied to clipboard
open override val smoothly: Boolean
Link copied to clipboard
open override 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).