Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationInfo

Represents an object that contains information about a notification

Hierarchy

  • NotificationInfo

Index

Properties

Optional closeButton

closeButton: boolean

Indicates whether the notification should have a close button

Optional duration

duration: number

Determines how long the notification will be visible

Optional filterParam

filterParam: string

Used to determine the place where the notification should apper. If no value is provided the global app component will host the notification If value is "item-edit" notification will be handled by the item edit component If value is the type full name notification will be handled by item index(grid) component If value is "modal-window" notification will be handled by the modal window component

look

look: string

Determines the look of the notification.

message

message: string

The message of the notification

Generated using TypeDoc