MeasureOrLocalId
Home > @gooddata/sdk-model > MeasureOrLocalId
MeasureOrLocalId type
Specification of measure either by value or by local id reference.
Signature:
export type MeasureOrLocalId = IMeasure | Identifier;
References: IMeasure, Identifier
Remarks
It is a common convenience that functions which require measure reference accept both value and reference.