Notification constructor interface

Hierarchy

  • MEUINotificationConstructor

Constructors

Constructors

  • Creates a new notification

    Parameters

    • text: string

      The text to display in the notification in a separate block. Can hold HTML code.

    • isType: NotificationBlockType

      The notification type to use.

    Returns MEUINotification

    A new notification.

Generated using TypeDoc