RuleAction interface
Action to take when the rule is triggered.
Properties
action |
Type of action to take when the rule is triggered. |
target |
Field on which the action should be taken. |
value | Value to apply on target field, once the action is taken. |
Property Details
actionType
Type of action to take when the rule is triggered.
actionType: RuleActionType
Property Value
targetField
Field on which the action should be taken.
targetField: string
Property Value
string
value
Value to apply on target field, once the action is taken.
value: string
Property Value
string