Interface RuleUpdate

Hierarchy

  • RuleUpdate

Properties

enabled?: boolean

Whether the rule is enabled (true), or disabled (false).

name?: string

Name of this rule.

order?: number

Order that this rule should execute in relative to other rules. Lower-valued rules execute first.

script?: string

Code to be executed when this rule runs.