Package-level declarations

Types

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

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