Skip to main content

usePreferProp()

usePreferProp(def, prop?, context?): boolean

For given default, prop, and context values, return the first provided of prop, context, and default, in that order.

Parameters

ParameterType
defboolean
prop?boolean
context?boolean

Returns

boolean

Defined in

packages/react-querybuilder/src/hooks/usePreferProp.ts:14


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.