Option<N>
Option<
N> =Simplify<WithUnknownIndex<SetRequired<BaseOption<N>,"name">>>
Defined in: packages/core/src/types/options.ts:67
A generic option. Used directly in OptionList or as the child element of an OptionGroup.
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.