Last date modified: 2025-Apr-29

Class: FilterState

Filter.FilterState

Description

An object that contains filter information for the entire List Page

Constructors

Properties

Constructors

constructor

  • new FilterState(sampling?, savedSearch?)

Parameters

Name Type
sampling? boolean
savedSearch? number

Properties

filtersBrowserMap

  • filtersBrowserMap: Map<string, undefined | Filter>

Collection of Filter sub folders. Keys are values from FILTER_TYPES

sampling

  • Optionalsampling: boolean

savedSearch

  • OptionalsavedSearch: number
Return to top of the page
Feedback