Skip to main content

DomainAggregateRow<TKeys>

DomainAggregateRow<TKeys> = { [K in TKeys]: number | string | boolean | null }

Defined in: js-api/src/domains.ts:359

One result row of aggregate — keys are the group columns and measure aliases.

Type Parameters

Type ParameterDefault type
TKeys extends stringstring