Export

BaseTrigger

Hierarchy

  • BaseTrigger

Properties

_id?: any

The trigger's unique ID.

Memberof

BaseTrigger

config: any

An object that defines configuration values for the trigger.

Memberof

BaseTrigger

disabled?: any

If true, the trigger is disabled and does not listen for events or execute.

Memberof

BaseTrigger

event_processors?: BaseTriggerEventProcessors

Memberof

BaseTrigger

function_id?: any

The ID of the function that the trigger calls when it fires. This value is the same as event_processors.FUNCTION.function_id. You can either define the value here or in event_processors.FUNCTION.function_id. The App Services backend duplicates the value to the configuration location where you did not define it. For example, if you define function_id, the backend duplicates it to event_processors.FUNCTION.function_id.

Memberof

BaseTrigger

function_name?: any

The name of the function that the trigger calls when it fires, i.e. the function described by function_id. This value is the same as event_processors.FUNCTION.function_name. You can either define the value here or in event_processors.FUNCTION.function_name. The App Services backend duplicates the value to the configuration location where you did not define it. For example, if you define function_name, the backend duplicates it to event_processors.FUNCTION.function_name.

Memberof

BaseTrigger

name: any

The trigger's name.

Memberof

BaseTrigger

type: any

Memberof

BaseTrigger

Generated using TypeDoc