Function: generateImperativeLazyPages()
Function: generateImperativeLazyPages()
function generateImperativeLazyPages(
module,
path,
key): object;
Generates the imperative lazy pages.
Parameters
module
UseReactBlueprint
The module to generate.
path
string
The path to the module.
key
string
The key to use for the module.
Returns
object
The generated pages.
adapterErrorPages
adapterErrorPages: Record<string, MetaAdapterErrorPage<unknown, unknown, unknown>>;
definitions
definitions: PageRouteDefinition<IIncomingEvent, unknown>[];
errorPages
errorPages: Record<string, MetaErrorPage<ReactIncomingEvent>>;
layouts
layouts: Record<string, MetaPageLayout>;