UpdateMethodRE()
Defined in: rules-engine/src/utils/rulesEngineTools.ts:104
UpdateMethodRE<
RE>(rulesEngine:RE,property:string,value:any,conditionPathOrID:string|Path,options?:UpdateOptionsRE):RE
Defined in: rules-engine/src/utils/rulesEngineTools.ts:105
Type Parameters
| Type Parameter |
|---|
RE extends RulesEngineAny |
Parameters
| Parameter | Type | Description |
|---|---|---|
rulesEngine | RE | The query to update. |
property | string | The name of the property to update. |
value | any | The new value of the property. |
conditionPathOrID | string | Path | Path or ID of the rules engine condition to update. |
options? | UpdateOptionsRE | 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.