AttributesMeasuresOrPlaceholders
Home > @gooddata/sdk-ui > AttributesMeasuresOrPlaceholders
AttributesMeasuresOrPlaceholders type
Alias for all possible attributes, measures or their placeholders signatures.
Signature:
export type AttributesMeasuresOrPlaceholders = Array<ValueOrMultiValuePlaceholder<IAttribute | AnyMeasure> | ValueOrMultiValuePlaceholder<IAttribute> | ValueOrMultiValuePlaceholder<AnyMeasure>>;
References: ValueOrMultiValuePlaceholder, IAttribute, AnyMeasure