pathsAreEqual()
pathsAreEqual(
path1
,path2
):boolean
Determines if two paths (each Path
) are equivalent.
Parameters
Parameter | Type |
---|---|
path1 | Path |
path2 | Path |
Returns
boolean
Defined in
packages/react-querybuilder/src/utils/pathUtils.ts:34
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.