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

    Interface Navigation

    Represents a navigation.

    interface Navigation {
        capabilityId?: string;
        pushStateToSessionHistoryStack?: boolean;
        showSplash?: boolean;
        url: string;
    }
    Index

    Properties

    capabilityId?: string

    The microfrontend capability when navigating via intent.

    pushStateToSessionHistoryStack?: boolean

    If true, adds a state to the browser's session history stack.

    showSplash?: boolean

    If true, instructs the router outlet to show a splash, such as a skeleton or loading indicator, until the microfrontend signals readiness.

    • SciRouterOutletElement
    • MicrofrontendPlatformClient.signalReady
    url: string

    The URL where to navigate to.