Last date modified: 2025-Apr-29
Interface: FilterInfo
Filter.FilterInfo
Description
The underlying data inside a FilterNode which stores what type of filter this is as well as the condition being used for the filtering.
Properties
Properties
customData
OptionalcustomData:Record<string,any>
Description
Any additional custom data for a given filter. For example, the Search Provider Name and Artifact ID when using search index filters.
data
- data:
FilterData|FILTER_OPERATOR
Description
The data for the given filter. Value will be of type FilterData when type property is OPERAND and will be of type FILTER_OPERATOR when type property is OPERATOR
type
- type:
FILTER_NODE_TYPE
Description
Can be any value from FILTER_NODE_TYPE
On this page