Skip to main content

@backstage/frontend-app-api

Home > @backstage/frontend-app-api

Core API used by Backstage frontend apps.

Functions

FunctionDescription
createApp(options)
createSpecializedApp(options)Synchronous version of createApp(), expecting all features and config to have been loaded already.

Interfaces

InterfaceDescription
CreateAppFeatureLoaderA source of dynamically loaded frontend features.

Type Aliases

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