Skip to main content

createSpecializedApp()

Home > @backstage/core-app-api > createSpecializedApp

Creates a new Backstage App where the full set of options are required.

Signature:

function createSpecializedApp(options: AppOptions): BackstageApp;

Parameters

ParameterTypeDescription
optionsAppOptionsA set of options for creating the app

Returns:

BackstageApp

Remarks

You will most likely want to use createApp(), however, this low-level API allows you to provide a full set of options, including your own components, icons, defaultApis, and themes. This is particularly useful if you are not using @backstage/core-components or Material UI, as it allows you to avoid those dependencies completely.