Home > widget-integration > FilterTreeState
FilterTreeState type
UI state to preserve during DOM updates
Signature:
export type FilterTreeState = {
isMobileTreeOpen: boolean;
expandedFilterId: string | null;
scrollPosition: number;
mobileFilterContent?: string;
};