Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WemNotificationMessage

Model interface for WEM notification messages

Hierarchy

  • WemNotificationMessage

Index

Properties

command: string
remarks

command of the notification message

data: { notificationTemplate: string; notificationURL: string }
remarks

data of the notification message

Type declaration

  • notificationTemplate: string
    remarks

    notification template

  • notificationURL: string
    remarks

    list of wem embedded pages

displayData: { content: string; title: string }

Type declaration

  • content: string
    remarks

    content of notification message

  • title: string
    remarks

    title of notification message

headers: { isRead: string; notificationCustomIdentifier?: string; notificationTargetType: string; notificationUuid: string; publishDate: Date; publisher: string; withRealTime: string }
remarks

header of notification message

Type declaration

  • isRead: string
    remarks

    message is read or not

  • Optional notificationCustomIdentifier?: string
    remarks

    notification custom identifier

  • notificationTargetType: string
    remarks

    notification target type

  • notificationUuid: string
    remarks

    notification uu id

  • publishDate: Date
    remarks

    publish date

  • publisher: string
    remarks

    publisher name

  • withRealTime: string
    remarks

    real time

Generated using TypeDoc