hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface INotificationClient

    Interface for a client that can handle notifications.

    interface INotificationClient {
        notificationHandlers?: {
            handler: notification_api.onNotification<any>;
            name: string;
        }[];
    }
    Index

    Properties

    notificationHandlers?: {
        handler: notification_api.onNotification<any>;
        name: string;
    }[]

    Array of notification handler registrations.