TriggerType Class
Specifies the type of a trigger.
- Inheritance
-
builtins.objectTriggerType
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'