Skip to main content

CreateAppOptions

Home > @backstage/frontend-defaults > CreateAppOptions

Options for createApp().

Signature:

export interface CreateAppOptions 

Properties

Property

Modifiers

Type

Description

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

Method

Description

bindRoutes(context)?

(Optional)