TriggerConf

TriggerBuilder. TriggerConf

{RuleBuilder} RuleBuilder triggers

Constructor

new TriggerConf()

Source:

Methods

if(fn) → {conditions.ConditionBuilder}

Description:
  • Move to the rule condition

Source:
Parameters:
Name Type Description
fn *

the optional function to execute

Returns:
Type
conditions.ConditionBuilder

or() → {TriggerBuilder}

Description:
  • Add an additional Trigger

Source:
Returns:
Type
TriggerBuilder

then(fn) → {operations.OperationBuilder}

Description:
  • Move to the rule operations

Source:
Parameters:
Name Type Description
fn *

the optional function to execute

Returns:
Type
operations.OperationBuilder