The notification settings for a single event type on a control.

Hierarchy

  • ControlNotificationEventSetting

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
enabled: boolean

Whether notifications are enabled for this event type.

eventType: string

The event type the notification settings apply to, such as new_detection.

The destinations that receive notifications for an event type.

Generated using TypeDoc