Field<FieldName, OperatorName, ValueName, OperatorObj>
Field<
FieldName,OperatorName,ValueName,OperatorObj> =WithUnknownIndex<{value?:FieldName; } &Pick<BaseFullField<FieldName,OperatorName,ValueName,OperatorObj>,Exclude<keyofBaseFullField,"value">>>
Defined in: packages/core/src/types/basic.ts:183
Field definition used in the fields prop of QueryBuilder.
This type is an extension of FullField where only name and
label are required.
The name/value, operators, and values properties of this interface
can be narrowed with generics.
Type Parameters
| Type Parameter | Default type |
|---|---|
FieldName extends string | string |
OperatorName extends string | string |
ValueName extends string | string |
OperatorObj extends FullOption | FullOption<OperatorName> |
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.