getConditionPathOfID()
getConditionPathOfID(
id:string,re:RulesEngineAny):Path|null
Defined in: packages/rules-engine/src/utils/pathUtils.ts:64
Returns the Path of the RuleGroupType/RuleGroupTypeIC
with the given id within a rules engine.
Parameters
| Parameter | Type |
|---|---|
id | string |
re | RulesEngineAny |
Returns
Path | null
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.