Description

Notification data that can be used to access notification template data.

Hierarchy

  • NotificationData

Properties

label?: string

Label of this notification.

tags?: string[]

Tags of this notification template.

templateKey: string

Template key of this notification.

templateVariables: {
    key: string;
    value: string | number | boolean;
}

Template variables of this notification.

Type declaration

  • key: string
  • value: string | number | boolean

Generated using TypeDoc