Package-level declarations

Types

Link copied to clipboard
@Serializable
@SerialName(value = "ToggleMenu")
data class ToggleMenuEventSchema(val id: String, val trigger: EventTrigger, val events: SerializableImmutableList<EventSchema>?, val menuId: String) : EventSchema

Flips the open/closed state of the Menu tile identified by menuId, by dispatching a MenuTileEvents.OnToggleMenu to it. Since the tile itself only closes on dismissal, this is how a menu is opened from the server side — and, wired onto a menu item's click, how it is closed after acting on the selection.