BootErrorPageProps
Home > @backstage/core-plugin-api > BootErrorPageProps
Props for the BootErrorPage component of AppComponents.
Signature:
export type BootErrorPageProps = PropsWithChildren<{
step: 'load-config' | 'load-chunk';
error: Error;
}>;