Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Action

An object that represents action and its options. The action can be terminating, if it stops further execution of rules and modules. And non-terminating, if it does not interrupt execution flow.

Properties

name

name: string

Action name. Can be used to reference the action.

type

type: string

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Action): object

getJsonObj

  • getJsonObj(obj: Action): object