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

    NotificationCenter manages the subscription and dispatching of notifications to registered handlers. Implements the INotificationCenter interface.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    handlers: { [key: string]: notification_api.onNotification<any>[] } = {}

    Map of notification names to arrays of handler functions.

    Methods