InsertMethodRE()
Defined in: rules-engine/src/utils/rulesEngineTools.ts:405
InsertMethodRE<
RE>(rulesEngine:RE,subject:REConditionAny,conditionPath:Path,options?:InsertOptionsRE):RE
Defined in: rules-engine/src/utils/rulesEngineTools.ts:406
Type Parameters
| Type Parameter |
|---|
RE extends RulesEngineAny |
Parameters
| Parameter | Type | Description |
|---|---|---|
rulesEngine | RE | The rules engine to update. |
subject | REConditionAny | The rules engine, consequent, rule, or rule group to insert. |
conditionPath | Path | Path at which to insert the condition. |
options? | InsertOptionsRE | Options. |
Returns
RE
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.