CreateContentGeneratorParams Type — astro Architecture
Architecture documentation for the CreateContentGeneratorParams type/interface in types-generator.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 19d211cf_621e_215a_35a7_50c176f0206c["CreateContentGeneratorParams"] eca81928_a18b_c02e_8e5a_0440befa1a98["types-generator.ts"] 19d211cf_621e_215a_35a7_50c176f0206c -->|defined in| eca81928_a18b_c02e_8e5a_0440befa1a98 style 19d211cf_621e_215a_35a7_50c176f0206c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/content/types-generator.ts lines 70–77
type CreateContentGeneratorParams = {
contentConfigObserver: ContentObservable;
logger: Logger;
settings: AstroSettings;
/** This is required for loading the content config */
viteServer: ViteDevServer;
fs: typeof fsMod;
};
Source
Frequently Asked Questions
What is the CreateContentGeneratorParams type?
CreateContentGeneratorParams is a type/interface in the astro codebase, defined in packages/astro/src/content/types-generator.ts.
Where is CreateContentGeneratorParams defined?
CreateContentGeneratorParams is defined in packages/astro/src/content/types-generator.ts at line 70.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free