Decorator that marks a function as a trigger to a change in a collection. The function will be called each time a change is made to the collection. The function accepts a context object as a parameter. The context object contains information about the change.
To read more about triggers, see the documentation.
The ID of the trigger. Should be unique.
The name of the collection to trigger on.
Optional
integrationId: stringThe ID of the integration to trigger on. If not provided, the built_in_db
integration is
used.
Decorator that marks a function as a trigger to a change in a collection. The function will be called each time a change is made to the collection. The function accepts a context object as a parameter. The context object contains information about the change.
To read more about triggers, see the documentation.
Decorator that marks a function as a trigger to a change in a collection. The function will be called each time a change is made to the collection. The function accepts a context object as a parameter. The context object contains information about the change.
To read more about triggers, see the documentation.