Skip to main content

@backstage/frontend-defaults

Home > @backstage/frontend-defaults

APIs for creating Backstage apps with a default setup.

Functions

FunctionDescription
createApp(options)Creates a new Backstage frontend app instance. See https://backstage.io/docs/frontend-system/building-apps/index
createPublicSignInApp(options)Creates an app that is suitable for the public sign-in page, for use in the index-public-experimental.tsx file.

Interfaces

InterfaceDescription
CreateAppFeatureLoaderA source of dynamically loaded frontend features.
CreateAppOptionsOptions for createApp().