CallGetStaticPathsOptions Type — astro Architecture
Architecture documentation for the CallGetStaticPathsOptions type/interface in route-cache.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 51c0d022_53b4_4085_3d6e_ec79314f6b3a["CallGetStaticPathsOptions"] 2f0e5468_ae4d_5ec1_61b2_b1f585819620["route-cache.ts"] 51c0d022_53b4_4085_3d6e_ec79314f6b3a -->|defined in| 2f0e5468_ae4d_5ec1_61b2_b1f585819620 style 51c0d022_53b4_4085_3d6e_ec79314f6b3a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/core/render/route-cache.ts lines 17–24
interface CallGetStaticPathsOptions {
mod: ComponentInstance | undefined;
route: RouteData;
routeCache: RouteCache;
ssr: boolean;
base: AstroConfig['base'];
trailingSlash: AstroConfig['trailingSlash'];
}
Source
Frequently Asked Questions
What is the CallGetStaticPathsOptions type?
CallGetStaticPathsOptions is a type/interface in the astro codebase, defined in packages/astro/src/core/render/route-cache.ts.
Where is CallGetStaticPathsOptions defined?
CallGetStaticPathsOptions is defined in packages/astro/src/core/render/route-cache.ts at line 17.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free