Options
All
  • Public
  • Public/Protected
  • All
Menu

Similar interface to Notification Web API

see

https://developer.mozilla.org/en-US/docs/Web/API/Notification

collboard-modules-sdk

Hierarchy

  • INotification

Index

Properties

body?: IMessage
canBeClosed?: boolean
href?: string
module?: string
onClick?: INotificationOnClickHandler
priority?: number
subtitle?: IMessage
tag: string

Identifying tag for the notification.

title?: IMessage
type?: "info" | "warning" | "error" | "success"