import RuleConfigurationsActions from 'opengate-js/src/rulesConfiguration/RuleConfigurationsActions.js'RuleConfigurationsActions
Constructor Summary
| Public Constructor | ||
| public |
constructor(ogapi: InternalOpenGateAPI, name: string) Constructor |
|
Method Summary
| Public Methods | ||
| public |
cloneTo(newRuleName: string, newRuleOpenAction: boolean, newRuleCloseAction: string, newRuleNotifications: boolean): Promise Clones a rule configuration into a new one |
|
Public Constructors
public constructor(ogapi: InternalOpenGateAPI, name: string) source
Constructor
Params:
| Name | Type | Attribute | Description |
| ogapi | InternalOpenGateAPI | this is configuration about Opengate North API. |
|
| name | string | Identifier of the ryule configuration to operate |