SCION Workbench Client - v1.0.0-beta.40
    Preparing search index...

    Class WorkbenchNotificationAbstract

    Handle to interact with a notification opened via WorkbenchNotificationService.

    The notification microfrontend can inject this handle to interact with the notification, such as reading parameters or signaling readiness.

    • WorkbenchNotificationCapability
    • WorkbenchNotificationService
    Index

    Constructors

    Properties

    Capability of the microfrontend loaded into this notification.

    focused$: Observable<boolean>

    Indicates whether this notification has the focus.

    id: `notification.${string}`

    Identity of this notification.

    params: Map<string, unknown>

    Parameters as passed by the notification opener.

    referrer: { appSymbolicName: string }

    Provides information about where the notification was opened.

    Type Declaration

    • ReadonlyappSymbolicName: string

      Symbolic name of the application that opened the notification.

    Methods

    • Signals readiness, notifying the workbench that this notification has completed initialization.

      If showSplash is set to true on the notification capability, the workbench displays a splash until the notification microfrontend signals readiness.

      Returns void

      WorkbenchNotificationCapability.properties.showSplash