Package-level declarations

Types

Link copied to clipboard
@Serializable
@SerialName(value = "ScrollRow")
data class ScrollRowTileEventSchema(val id: String, val trigger: EventTrigger, val events: SerializableImmutableList<EventSchema>?, val tileId: String, val where: ScrollRowTileEventSchema.Where, val smoothly: Boolean) : EventSchema

Scrolls the Row or LazyRow tile identified by tileId, by broadcasting a scroll command on the screen channel. smoothly chooses between an animated and an immediate jump.