Options
All
  • Public
  • Public/Protected
  • All
Menu
collboard-modules-sdk

Hierarchy

  • INotificationAction

Index

Properties

action: string

Identifying name for the action.

href?: string
icon?: string

The URL of the image used to represent the notification when there is not enough space to display the notification itself.

onClick?: INotificationOnClickHandler
title: IMessage

The string describing the action that is displayed to the user.

type?: "ok" | "cancel" | "more" | "primary"