RulesEngineAny<R, C>
RulesEngineAny<
R,C> =RulesEngine<R,C> |RulesEngineIC<R,C>
Defined in: packages/rules-engine/src/types/rulesEngine.ts:48
Type Parameters
| Type Parameter | Default type |
|---|---|
R extends RuleType | RuleType |
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.