findID()
findID(
id
:string
,query
:RuleGroupTypeAny
):FindPathReturnType
Defined in: packages/react-querybuilder/src/utils/pathUtils.ts:30
Returns the RuleType or RuleGroupType/RuleGroupTypeIC
with the given id
within a query.
Parameters
Parameter | Type |
---|---|
id | string |
query | RuleGroupTypeAny |
Returns
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.