Skip to main content
Version: Next

@backstage/frontend-defaults

Home > @backstage/frontend-defaults

APIs for creating Backstage apps with a default setup.

Functions

Function

Description

createApp(options)

Creates a new Backstage frontend app instance. See https://backstage.io/docs/frontend-system/building-apps/index

createPublicSignInApp(options)

discoverAvailableFeatures(config)

maybeCreateErrorPage(app, options)

If there are any unrecoverable errors in the app, this will return an error page in the form of a JSX element.

If there are any recoverable errors, they will always be logged as warnings in the console.

resolveAsyncFeatures(options)

Interfaces

Interface

Description

CreateAppOptions

Options for createApp().