Action to take when the rule is triggered.

interface RuleActionModel {
    actionType?: string;
    targetField?: string;
    value?: string;
}

Properties

actionType?: string
targetField?: string
value?: string