SCION Microfrontend Platform - v1.4.0
    Preparing search index...

    Interface OutletContext

    Information about the outlet which embeds a microfrontend.

    This object can be obtained from the ContextService using the name OUTLET_CONTEXT.

    Beans.get(ContextService).observe$(OUTLET_CONTEXT).subscribe((outletContext: OutletContext) => {
    ...
    });
    interface OutletContext {
        name: string;
        uid: string;
    }
    Index

    Properties

    Properties

    name: string
    uid: string