UseQbId
Defined in: packages/react-querybuilder/src/hooks/useQbId.ts:6
Properties
qbId
qbId:
string
Defined in: packages/react-querybuilder/src/hooks/useQbId.ts:8
The identifier this query builder is actually using.
resolveQbIdCollision
resolveQbIdCollision: () =>
void
Defined in: packages/react-querybuilder/src/hooks/useQbId.ts:13
Abandons the current identifier in favor of a generated one. Called when the registration effect determines that another mounted query builder is already using this identifier.
Returns
void
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.