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