Package-level declarations
Types
Link copied to clipboard
data class DismissNavigationDrawerEventSchema(val id: String, val trigger: EventTrigger, val events: SerializableImmutableList<EventSchema>?) : EventSchema
Closes the screen's navigation drawer, by broadcasting a close command on the screen channel.
Link copied to clipboard
data class DisplayNavigationDrawerEventSchema(val id: String, val trigger: EventTrigger, val events: SerializableImmutableList<EventSchema>?) : EventSchema
Opens the screen's navigation drawer, by broadcasting an open command on the screen channel. The drawer content is declared on the screen itself, so this event carries no parameters and there is only ever one drawer per screen.