Skip to main content

InsertMethodRE()

Defined in: rules-engine/src/utils/rulesEngineTools.ts:397

InsertMethodRE<RE>(rulesEngine: RE, subject: REConditionAny, conditionPath: Path, options?: InsertOptionsRE): RE

Defined in: rules-engine/src/utils/rulesEngineTools.ts:398

Type Parameters

Type Parameter
RE extends RulesEngineAny

Parameters

ParameterTypeDescription
rulesEngineREThe rules engine to update.
subjectREConditionAnyThe rules engine, consequent, rule, or rule group to insert.
conditionPathPathPath at which to insert the condition.
options?InsertOptionsREOptions.

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.