Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TriggerType

Enum for trigger type values. Specifies the type of the trigger.

Index

Enumeration members

Enumeration members

Post

Post: = "post"

Trigger should be executed after the associated operation(s).

Pre

Pre: = "pre"

Trigger should be executed before the associated operation(s).

Generated using TypeDoc