Home > @activeviam/activeui-sdk > FiltersMembersContribution
FiltersMembersContribution interface
An array corresponding to the intersection of the members included by each explicit filter for a given hierarchy.
Signature:
export interface FiltersMembersContribution
Properties
Property | Type | Description |
---|---|---|
hasData | boolean | false when there is no data for the equivalent effective filter for example if there are two filters on Currency, one on [EUR, GBP] and the other on [USD], then the intersection has no data. |
isAccurate | boolean | Indicates whether the members retrieved are guaranteed to contribute. to the query's result. It is false as soon as there are non-explicit filters (or explicit filters in exclude mode) on the hierarchy. |
members | string[] |