IMeasure
Home > @gooddata/sdk-model > IMeasure
IMeasure interface
All types of measures have a set of common properties; those are defined here.
Signature:
export interface IMeasure<T extends IMeasureDefinitionType = IMeasureDefinitionType> extends IMeasureTitle
Extends: IMeasureTitle
Remarks
The measure-type-specific information is stored in the measure definition.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
measure | IMeasureBody<T> |