OperationConfig

OperationBuilder. OperationConfig

{RuleBuilder} RuleBuilder triggers

Constructor

new OperationConfig()

Source:

Methods

build(nameopt, descriptionopt, tagsopt, idopt)

Description:
  • Build this rule

Source:
Parameters:
Name Type Attributes Description
name string <optional>

of the rule

description string <optional>

of the rule

tags Array.<String> <optional>

of the rule

id string <optional>

of the rule

inGroup(group) → {OperationBuilder}

Description:
  • Specify the rule group for this rule

Source:
Parameters:
Name Type Description
group string

the group this rule belongs to.

Returns:

this

Type
OperationBuilder