Home > @activeviam/activeui-sdk > ActiveFilter
ActiveFilter interface
Signature:
export interface ActiveFilter<FilterValueType>
Properties
Property | Type | Description |
---|---|---|
hierarchy | HierarchyUniqueName | the hierarchy of the cube of the query on which this filter applies. |
key | string | the key of the originating filter. |
value | FilterValueType | the value of the filter. |