Skip to content

use/useFilter

Overview

Builds and manages reactive filter form state, mapping model fields to their appropriate filter widgets and providing the filter context to child components.

Methods

  • useFilter - Resolves each filterable field's form component and widget from the already-resolved filterables/filterableDetails given via props, and provides the resulting state as the FilterModelSymbol context for descendant components (e.g.

Types

UseFilterRawOverridableProps

UseFilterStateRawState

UseFilterRawProps

UseFilterRawProps = UseFilterRawOverridableProps | ThemeRawProps

UseFilterState

UseFilterState = DeepReadonly

Source

client/lib/use/useFilter.js:1

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2