ToggleMenuEventSchema
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.
incomingData consumed: not used.
Triggers fired:
OnSuccessEventTrigger— when the signal reached the tile. No data is passed downstream.OnFailureEventTrigger— when no tile with menuId is currently mounted; theThrowableis passed as incomingData and the error is logged.
Constructors
Properties
This event's own children — each declaring, via its own trigger, which of this event's outgoing triggers runs it. null when this event declares no children.
The condition that must occur for this event to run — matched by structural equality (data class/data object equality) against whatever trigger value fired, never by any kind of subscription or listener registry.