AccessibleDescriptionGenerator()
AccessibleDescriptionGenerator = (
props: {path:Path;qbId:string; }) =>string
Defined in: packages/core/src/types/basic.ts:341
Signature of accessibleDescriptionGenerator prop, used by QueryBuilder to generate
accessible descriptions for each RuleGroup.
Parameters
| Parameter | Type |
|---|---|
props | { path: Path; qbId: string; } |
props.path | Path |
props.qbId | string |
Returns
string
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.