AddTiles
Appends tiles as children of the grouping tile identified by groupingTileId, at position, without rebuilding the rest of the screen. Does not consume incomingData. Dispatches onSuccess (no data) when the children were added; onFailure (carrying the thrown exception, logged) when no grouping tile carries groupingTileId, or it cannot hold children.
Parameters
Unique identifier of this event. Defaults to a random id.
Trigger that fires this event, built via EventTriggers.
Id of the grouping tile (Column, Row, LazyColumn, etc) to append children to.
Where among the existing children to insert — insertAtStart, insertAtEnd, insertBeforeTile, insertAfterTile or insertAtIndex. Defaults to the end.
Child events chained after this one, wired to its triggers (onSuccess, onFailure).
Tiles appended as new children.