Skip to main content
Version: Next

CreateSpecializedAppOptions

Home > @backstage/frontend-app-api > CreateSpecializedAppOptions

Options for createSpecializedApp().

Signature:

export type CreateSpecializedAppOptions = {
features?: FrontendFeature[];
config?: ConfigApi;
bindRoutes?(context: {
bind: CreateAppRouteBinder;
}): void;
advanced?: {
apis?: ApiHolder;
allowUnknownExtensionConfig?: boolean;
extensionFactoryMiddleware?: ExtensionFactoryMiddleware | ExtensionFactoryMiddleware[];
pluginInfoResolver?: FrontendPluginInfoResolver;
};
};

References: FrontendFeature, ConfigApi, CreateAppRouteBinder, ApiHolder, ExtensionFactoryMiddleware, FrontendPluginInfoResolver