AddTilesEventSchema
Appends tiles as children of the grouping tile identified by groupingTileId, without rebuilding the rest of the screen.
incomingData consumed: not used.
Triggers fired:
OnSuccessEventTrigger— when the children were added. No data is passed downstream.OnFailureEventTrigger— when no grouping tile carries groupingTileId, or it cannot hold children; 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.