Home > widget-integration > FilterStore > state
FilterStore.state property
Reactive signal containing the current filter state.
Signature:
state: Signal<FilterStates>;
Remarks
Use getState() or watch() methods to access or observe state changes. Direct mutation of this signal should be avoided; use setState() instead.