Skip to main content

hideValueControlsForOperator()

hideValueControlsForOperator(operatorObject?: FullOperator<string>): boolean

Defined in: packages/core/src/utils/deriveRuleContext.ts:102

Whether the value editor(s) should be hidden for an operator, based on its arity.

Parameters

ParameterType
operatorObject?FullOperator<string>

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.