Backstage
    Preparing search index...

    Interface StaticFallbackHandlerExtensionPoint

    interface StaticFallbackHandlerExtensionPoint {
        setStaticFallbackHandler(handler: Handler): void;
    }
    Index

    Methods

    • Sets the static fallback handler. This can only be done once.

      Parameters

      • handler: Handler

      Returns void