Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ElNotificationOptions

Index

Properties

customClass?: string

Custom class name for Notification

dangerouslyUseHTMLString?: boolean

Whether message is treated as HTML string

duration?: number

Duration before close. It will not automatically close if set 0

iconClass?: string

Custom icon's class. It will be overridden by type

message: string | <internal>.VNode

Description text

offset?: number

Offset from the top edge of the screen. Every Notification instance of the same moment should have the same offset

custom position

showClose?: boolean

Whether to show a close button

title: string

Title

Notification type

Methods

  • onClick(): void
  • Callback function when notification clicked

    Returns void

  • onClose(): void
  • Callback function when closed

    Returns void

Generated using TypeDoc