Stone.js API
    Preparing search index...
    • 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 {
          adapterErrorPages: Record<
              string,
              MetaAdapterErrorPage<unknown, unknown, unknown>,
          >;
          definitions: PageRouteDefinition<IIncomingEvent, unknown>[];
          errorPages: Record<string, MetaErrorPage<ReactIncomingEvent>>;
          layouts: Record<string, MetaPageLayout>;
      }

      The generated pages.