isValidValue()
isValidValue(
value:any):boolean
Defined in: packages/core/src/utils/formatQuery/utils.ts:175
Determines whether a value is anything except an empty string or NaN.
Parameters
| Parameter | Type |
|---|---|
value | any |
Returns
boolean
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.