Methods
or() → {TriggerBuilder}
- Source:
Add an additional Trigger
Returns:
- Type
- TriggerBuilder
then(fn) → {operations.OperationBuilder}
- Source:
Move to the rule operations
Parameters:
Name | Type | Description |
---|---|---|
fn |
* | the optional function to execute |
Returns:
- Type
- operations.OperationBuilder
if(fn) → {conditions.ConditionBuilder}
- Source:
Move to the rule condition
Parameters:
Name | Type | Description |
---|---|---|
fn |
* | the optional function to execute |
Returns:
- Type
- conditions.ConditionBuilder