DevAppBuilder
Home > @backstage/dev-utils
> DevAppBuilder
DevApp builder that is similar to the App builder API, but creates an App with the purpose of developing one or more plugins inside it.
Signature:
class DevAppBuilder
Methods
Method |
Modifiers |
Description |
---|---|---|
Adds a page component along with accompanying sidebar item. If no path is provided one will be generated. If no title is provided, no sidebar item will be created. | ||
Adds a React node to place just inside the App Provider. Useful for adding more global components like the AlertDisplay. | ||
Adds a new sidebar item to the dev app. Useful for adding only sidebar items without a corresponding page. | ||
Adds new sign in provider for the dev app | ||
Adds an array of themes to override the default theme. | ||
Add translation resource to the dev app | ||
Build a DevApp component using the resources registered so far | ||
Register an API factory to add to the app | ||
Register one or more plugins to render in the dev app | ||
Build and render directory to #root element, with react hot loading. | ||
Set available languages to be shown in the dev app | ||
Set default language for the dev app |