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