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

    Interface WorkbenchNotificationCapability

    Represents the built-in notification for displaying a plain text message to the user.

    interface WorkbenchNotificationCapability {
        qualifier: Empty<Qualifier>;
        type: Notification;
    }

    Hierarchy

    • Capability
      • WorkbenchNotificationCapability
    Index

    Properties

    Properties

    qualifier: Empty<Qualifier>

    The qualifier is a dictionary of arbitrary key-value pairs to differentiate capabilities of the same type and is like an abstract description of the capability. It should include enough information to uniquely identify the capability.

    Intents must exactly match the qualifier of the capability, if any.

    Categorizes the capability in terms of its functional semantics (e.g., microfrontend if providing a microfrontend). It can be an arbitrary string literal and has no meaning to the platform.