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