Skip to content

AggregateInto

AggregateInto = { kind: "sibling"; } | { kind: "inline"; } | { kind: "at"; path: Path; }

Defined in: output-transform/spec.ts:77

Where to place aggregate results.

  • sibling: Place results as siblings of the array (in the parent object).
  • inline: Place results alongside the array in a { items, ...aggs } wrapper.
  • at: Place results at a specific path.