Function: generateDeclarativeLazyPages()
Function: generateDeclarativeLazyPages()
function generateDeclarativeLazyPages(
module,
path,
key): object;
Generates the declarative lazy pages.
Parameters
module
ClassType
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>;