Package-level declarations

Types

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

Flips the open/closed state of the Popup tile identified by popupId, by dispatching a PopupTileEvents.OnTogglePopup to it. Since the tile itself only closes on dismissal, this is how a popup is opened from the server side.