Skip to main content

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 ParameterDefault type
RG extends RuleGroupICDiagnosticsResultRuleGroupICDiagnosticsResult
R extends RuleDiagnosticsResultRuleDiagnosticsResult
C extends stringstring

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.