RuleGroupICDiagnosticsArray<RG, R, C>
RuleGroupICDiagnosticsArray<
RG,R,C> =RuleGroupICArray<RG,R,C>
Defined in: packages/core/src/types/export.ts:565
The type of the rules array in a RuleGroupICDiagnosticsResult.
Mirrors RuleGroupICArray but with diagnostics-annotated node types.
Type Parameters
| Type Parameter | Default type |
|---|---|
RG extends RuleGroupICDiagnosticsResult | RuleGroupICDiagnosticsResult |
R extends RuleDiagnosticsResult | RuleDiagnosticsResult |
C extends string | 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.