ExtensionBoundary.lazyComponent()
Home > @backstage/frontend-plugin-api
> ExtensionBoundary
> lazyComponent
Signature:
function lazyComponent<TProps extends {}>(appNode: AppNode, loader: () => Promise<(props: TProps) => JSX.Element>): (props: TProps) => JSX.Element;
Parameters
Parameter |
Type |
Description |
---|---|---|
appNode | ||
loader |
() => Promise<(props: TProps) => JSX.Element> |
(props: TProps) => JSX.Element