Skip to main content
Version: Next

CreateAppOptions

Home > @backstage/frontend-defaults > CreateAppOptions

Options for createApp().

Signature:

export interface CreateAppOptions 

Properties

Property

Modifiers

Type

Description

advanced?

{ allowUnknownExtensionConfig?: boolean; configLoader?: () => Promise<{ config: ConfigApi; }>; extensionFactoryMiddleware?: ExtensionFactoryMiddleware | ExtensionFactoryMiddleware[]; loadingElement?: ReactNode; pluginInfoResolver?: FrontendPluginInfoResolver; }

(Optional) Advanced, more rarely used options.

features?

(FrontendFeature | FrontendFeatureLoader)[]

(Optional) The list of features to load.

Methods

Method

Description

bindRoutes(context)?

(Optional) Allows for the binding of plugins' external route refs within the app.