mongoDbFieldRef()
mongoDbFieldRef(
operand:unknown):string|null
Defined in: packages/core/src/utils/parseMongoDB/utils.ts:45
Reads a MongoDB field-path operand ("$field"), returning the field name or null.
Parameters
| Parameter | Type |
|---|---|
operand | unknown |
Returns
string | null
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.