Interface NotificationDispatchOptions

The options for the notification dispatch.

interface NotificationDispatchOptions {
    context?: any;
    level: LogLevel;
    message: string;
}

Properties

context?: any

Optional context to provide additional information about the notification and its originating source.

level: LogLevel

The level of the notification.

message: string

The message to display in the notification.

Generated using TypeDoc