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

    Manifest of the application that provides the intercepted capability.

    interface Manifest {
        addCapability<T extends Capability>(
            capability: T,
        ): Promise<null | string>;
        addIntention(intention: Intention): Promise<string>;
    }
    Index

    Methods