AddMethodRE()
Defined in: rules-engine/src/utils/rulesEngineTools.ts:29
AddMethodRE<
RE>(rulesEngine:RE,subject:REConditionAny,parentConditionPathOrID:string|Path,options?:AddOptionsRE):RE
Defined in: rules-engine/src/utils/rulesEngineTools.ts:30
Type Parameters
| Type Parameter |
|---|
RE extends RulesEngineAny |
Parameters
| Parameter | Type | Description |
|---|---|---|
rulesEngine | RE | The rules engine to update. |
subject | REConditionAny | The rules engine condition to add. |
parentConditionPathOrID | string | Path | Path or ID of the rules engine condition to add to. |
options? | AddOptionsRE | 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.