MAIDR Documentation - v3.39.0
    Preparing search index...

    Service for managing and broadcasting notification messages throughout the application.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    onChange: Event<NotificationChangedEvent>

    Event that fires when a notification is triggered

    Methods

    • Broadcasts a notification message to all registered listeners.

      Parameters

      • message: string

        The notification message to broadcast

      Returns void