Skip to main content
Version: Next

@backstage/frontend-app-api

Home > @backstage/frontend-app-api

Core API used by Backstage frontend apps.

Functions

FunctionDescription
createSpecializedApp(options)Creates an empty app without any default features. This is a low-level API is intended for use in tests or specialized setups. Typically wou want to use createApp from @backstage/frontend-defaults instead.

Type Aliases

Type AliasDescription
CreateAppRouteBinderA function that can bind from external routes of a given plugin, to concrete routes of other plugins. See createApp().
FrontendFeature