TriggerType Class

Specifies the type of a trigger.

Inheritance
builtins.object
TriggerType

Constructor

TriggerType()

Attributes

Post

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

Post: Literal['post'] = 'post'

Pre

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

Pre: Literal['pre'] = 'pre'