Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotifyContext

Interface representing global notification context. There should be exactly one instance implementing this interface in the whole application.

Hierarchy

  • NotifyContext

Properties

Properties

Readonly notify

notify: function

Type declaration

    • (message: string, severity?: Severity): void
    • Parameters

      • message: string
      • Optional severity: Severity

      Returns void

Generated using TypeDoc