fieldnotesai
Preparing search index...
src/hooks/useListFilter
FilterState
Interface FilterState<T>
Represents the runtime state of a single filter:
config
- the static definition (key, label, predicate)
value
- current value selected by the user (empty string = not applied)
interface
FilterState
<
T
>
{
config
:
FilterConfig
<
T
>
;
value
:
string
;
}
Type Parameters
T
Index
Properties
config
value
Properties
config
config
:
FilterConfig
<
T
>
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
value
fieldnotesai
Loading...
Represents the runtime state of a single filter:
config- the static definition (key, label, predicate)value- current value selected by the user (empty string = not applied)