BackstageApp
Home > @backstage/core-app-api
> BackstageApp
The public API of the output of createSpecializedApp().
Signature:
export type BackstageApp = {
getPlugins(): BackstagePlugin[];
getSystemIcon(key: string): IconComponent | undefined;
createRoot(element: JSX.Element): ComponentType<PropsWithChildren<{}>>;
getProvider(): ComponentType<PropsWithChildren<{}>>;
getRouter(): ComponentType<PropsWithChildren<{}>>;
};
References: BackstagePlugin, IconComponent