Enumeration: FilterWidgetType
Defines the display style for filter widgets.
FilterWidgetType determines how filter options are displayed in the configurator interface, affecting the user experience and screen space usage.
Filter widgets are particularly important in modular products or products with many option categories, allowing users to narrow down their choices to relevant options.
Enumeration Members
COMPACT
COMPACT:
"COMPACT"
Displays compact filter widget. Needs user interaction to reveal all filter types. Saves screen space but requires additional clicks to access all filters.
COMPACT is ideal for mobile interfaces or desktop applications where screen real estate is limited. It presents filters in a collapsed state initially, with the ability to expand specific filter categories as needed.
Best used when:
- There are many filter categories
- The majority of users only need a few filters
- Screen space is at a premium
- A cleaner interface is desired
EXPANDED
EXPANDED:
"EXPANDED"
Display expanded filter widget. All filter options are visible in the Side Panel. Takes more screen space but provides immediate access to all filter options.
EXPANDED provides better discoverability by showing all available filter options at once. Users can see the full range of filtering capabilities without having to click through menus.
Best used when:
- There are fewer filter categories
- Most users need frequent access to filters
- Screen space is available
- Immediate access to all filtering options is important