Backstage
    Preparing search index...

    Context provided to extension point factories.

    interface ExtensionPointFactoryContext {
        reportModuleStartupFailure(options: { error: Error }): void;
    }
    Index

    Methods

    • Report a startup failure that happened as part of using an extension that the module provided. This should be called before the plugin's init function returns.

      Parameters

      • options: { error: Error }

      Returns void