Skip to main content
Version: Next

CreateAppOptions

Home > @backstage/frontend-defaults > CreateAppOptions

Options for createApp().

Signature:

export interface CreateAppOptions 

Properties

PropertyModifiersTypeDescription
configLoader?() => Promise<{ config: ConfigApi; }>(Optional)
features?(FrontendFeature | CreateAppFeatureLoader)[](Optional)
loadingComponent?ReactNode

(Optional) The component to render while loading the app (waiting for config, features, etc)

Is the text "Loading..." by default. If set to "null" then no loading fallback component is rendered. *

Methods

MethodDescription
bindRoutes(context)?(Optional)