Stone.js API
    Preparing search index...
    • Defines an application blueprint by merging user-defined blueprints with default options.

      This function allows users to define their own blueprints and merges them with the default blueprint options provided by the framework. It ensures that all necessary properties are available while allowing user customizations.

      Parameters

      Returns ConfigurationClass

      The fully defined application blueprint.

      const appBlueprint = defineConfig((blueprint) => {
      blueprint.set('stone.name', 'MyApp')
      });