Stone.js API
    Preparing search index...

    Variable SetReactPageLayoutMiddlewareConst

    SetReactPageLayoutMiddleware: (
        context: BlueprintContext<IBlueprint, ClassType>,
        next: NextMiddleware<BlueprintContext<IBlueprint, ClassType>, IBlueprint>,
    ) => Promiseable<IBlueprint>

    Blueprint middleware to process and register layout definitions from modules.

    Type Declaration

      • (
            context: BlueprintContext<IBlueprint, ClassType>,
            next: NextMiddleware<BlueprintContext<IBlueprint, ClassType>, IBlueprint>,
        ): Promiseable<IBlueprint>
      • Parameters

        • context: BlueprintContext<IBlueprint, ClassType>

          The configuration context containing modules and blueprint.

        • next: NextMiddleware<BlueprintContext<IBlueprint, ClassType>, IBlueprint>

          The next pipeline function to continue processing.

        Returns Promiseable<IBlueprint>

        The updated blueprint or a promise resolving to it.

    SetReactPageLayoutMiddleware(context, next)