DefaultOperatorProp<F>
DefaultOperatorProp<
F> =string| ((field:string,misc: {fieldData:F; }) =>string)
Defined in: packages/core/src/utils/QueryManager.ts:163
The getDefaultOperator option: either an operator name or a function that picks one.
Named separately from QueryManagerOptions for the same reason as DefaultFieldProp.
Type Parameters
| Type Parameter | Default type |
|---|---|
F extends FullField | FullField |
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.