Backstage
    Preparing search index...

    Interface StaticFallbackHandlerExtensionPoint

    interface StaticFallbackHandlerExtensionPoint {
        setStaticFallbackHandler(handler: Handler): void;
    }
    Index
    • Sets the static fallback handler. This can only be done once.

      Parameters

      • handler: Handler

      Returns void