CreateAppOptions
Home > @backstage/frontend-defaults
> CreateAppOptions
Options for createApp().
Signature:
export interface CreateAppOptions
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
{ allowUnknownExtensionConfig?: boolean; configLoader?: () => Promise<{ config: ConfigApi; }>; extensionFactoryMiddleware?: ExtensionFactoryMiddleware | ExtensionFactoryMiddleware[]; loadingElement?: ReactNode; pluginInfoResolver?: FrontendPluginInfoResolver; } |
(Optional) Advanced, more rarely used options. | ||
(Optional) The list of features to load. |
Methods
Method |
Description |
---|---|
(Optional) Allows for the binding of plugins' external route refs within the app. |