CreateAppOptions
Home > @backstage/frontend-defaults
> CreateAppOptions
Options for createApp().
Signature:
export interface CreateAppOptions
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
() => Promise<{ config: ConfigApi; }> |
(Optional) | ||
(Optional) | |||
ReactNode |
(Optional) The component to render while loading the app (waiting for config, features, etc) Is the text "Loading..." by default. If set to "null" then no loading fallback component is rendered. * |
Methods
Method |
Description |
---|---|
(Optional) |