Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProcessRule

Process Rule Response.

Hierarchy

Index

Properties

Optional actions

actions: Array<RuleAction>

List of actions to take when the rule is triggered.

Optional conditions

conditions: Array<RuleCondition>

List of conditions when the rule should be triggered.

Optional isDisabled

isDisabled: boolean

Indicates if the rule is disabled.

Optional name

name: string

Name for the rule.

Generated using TypeDoc