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

    Interface WorkbenchPopupReferrer

    Information about the context in which a popup was opened.

    since version 1.0.0-beta.34. Marked for removal. No replacement. Instead, add a parameter to the popup capability for the popup opener to pass required referrer information.

    interface WorkbenchPopupReferrer {
        viewCapabilityId?: string;
        viewId?: `view.${string}`;
    }
    Index

    Properties

    viewCapabilityId?: string

    Identity of the view capability if opened in the context of a view microfrontend.

    viewId?: `view.${string}`

    Identity of the view if opened in the context of a view.