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

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

Description

Can be any value from FILTER_NODE_TYPE

Return to top of the page
Feedback