pathIsDisabled()
pathIsDisabled(
path:Path,query:RuleGroupTypeAny):boolean
Defined in: packages/core/src/utils/pathUtils.ts:115
Determines if the rule or group at the specified path is either disabled itself or disabled by an ancestor group.
Parameters
| Parameter | Type |
|---|---|
path | Path |
query | RuleGroupTypeAny |
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.