Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SystemNotificationIconProvider

Provides API for providing an icon for custom system notifications.

export
interface

SystemNotificationIconProvider

Hierarchy

  • SystemNotificationIconProvider

Index

Methods

Methods

parseIcon

  • parseIcon(key: string): string
  • Gets the notification icon by notification key.

    memberof

    SystemNotificationIconProvider

    Parameters

    • key: string

      Notification key.

    Returns string

    The icon as string.

Generated using TypeDoc