IAttributeElements
Home > @gooddata/sdk-model > IAttributeElements
IAttributeElements type
Attribute elements are used in positive and negative attribute filters. They can be specified either using URI (primary key) or using textual values of the attribute elements.
Signature:
export type IAttributeElements = IAttributeElementsByRef | IAttributeElementsByValue;
References: IAttributeElementsByRef, IAttributeElementsByValue