Skip to main content

BaseFullOption<N>

BaseFullOption<N>: Simplify<SetRequired<BaseOption<N>, "name" | "value">>

Defined in: packages/react-querybuilder/src/types/options.ts:89

This type is identical to FullOption but without the unknown index property. Extend from this type instead of FullOption directly.

Type Parameters

Type ParameterDefault type
N extends stringstring

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.