ValueOption<N>
ValueOption<
N
> =Simplify
<WithUnknownIndex
<SetRequired
<BaseOption
<N
>,"value"
>>>
Defined in: packages/react-querybuilder/src/types/options.ts:58
Like Option but requiring value
instead of name
.
Type Parameters
Type Parameter | Default type |
---|---|
N extends string | string |
caution
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.