IAttributeFilterWithSelection
Home > @gooddata/sdk-model > IAttributeFilterWithSelection
IAttributeFilterWithSelection type
Attribute filter with element selection - either positive (IN) or negative (NOT IN).
Signature:
export type IAttributeFilterWithSelection = IPositiveAttributeFilter | INegativeAttributeFilter;
References: IPositiveAttributeFilter, INegativeAttributeFilter
Remarks
This type represents attribute filters that work with attribute elements selection, as opposed to arbitrary and match filters which do not contain elements.