AttributeMeasureOrPlaceholder
Home > @gooddata/sdk-ui > AttributeMeasureOrPlaceholder
AttributeMeasureOrPlaceholder type
Alias for all possible attribute, measure or placeholder signatures.
Signature:
export type AttributeMeasureOrPlaceholder = ValueOrPlaceholder<IAttribute | AnyMeasure> | ValueOrPlaceholder<IAttribute> | ValueOrPlaceholder<AnyMeasure>;
References: ValueOrPlaceholder, IAttribute, AnyMeasure