Skip to main content

Type Alias: GlobalFilters<TitleType>

GlobalFilters<TitleType> = Filter<Filter, TitleType>[]

Represents a complete two-level filter hierarchy for option organization.

GlobalFilters define the entire filtering structure for configuration options, typically following a two-level hierarchy where top-level filters represent categories (like "Color", "Material", "Style") and second-level filters represent the actual selectable options within those categories.

This structure creates intuitive navigation for complex configuration interfaces where users need to select from numerous options across multiple parameters.

Type Parameters

TitleType

TitleType = string

Type of the filter titles, defaults to string