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

    Enumeration WorkbenchCapabilities

    Built-in workbench capabilities.

    Index

    Enumeration Members

    Dialog: "dialog"

    Contributes a microfrontend for display in workbench dialog.

    A dialog is a visual element for focused interaction with the user, such as prompting the user for input or confirming actions.

    MessageBox: "messagebox"

    Contributes a message box in the host app.

    A message box is a standardized dialog for presenting a message to the user, such as an info, warning or alert, or for prompting the user for confirmation.

    Notification: "notification"

    Contributes a notification in the host app.

    A notification appears in the upper-right corner and disappears automatically after a few seconds. It informs the user of a system event, e.g., that a task has been completed or an error has occurred.

    Part: "part"

    Contributes a workbench part.

    A part is a visual element of the workbench layout. Parts can be docked to the side or positioned relative to each other. A part can display content or stack views.

    Perspective: "perspective"

    Contributes a workbench perspective.

    A perspective defines an arrangement of parts and views. Users can switch between perspectives. Perspectives share the same main area, if any.

    Popup: "popup"

    Contributes a microfrontend for display in workbench popup.

    A popup is a visual workbench component for displaying content above other content.

    TextProvider: "text-provider"

    Provides texts to the SCION Workbench and micro apps.

    View: "view"

    Contributes a workbench view.

    A view is a visual element of the workbench layout for displaying content stacked or side-by-side.