PreloadAndSetPrerenderStatusParams Type — astro Architecture
Architecture documentation for the PreloadAndSetPrerenderStatusParams type/interface in routing.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 7b6fb832_f445_5075_661a_55db7716b566["PreloadAndSetPrerenderStatusParams"] 023064dd_a580_49f4_740a_68db4b2f69c1["routing.ts"] 7b6fb832_f445_5075_661a_55db7716b566 -->|defined in| 023064dd_a580_49f4_740a_68db4b2f69c1 style 7b6fb832_f445_5075_661a_55db7716b566 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/prerender/routing.ts lines 25–29
type PreloadAndSetPrerenderStatusParams = {
pipeline: RunnablePipeline;
matches: RouteData[];
manifest: SSRManifest;
};
Defined In
Source
Frequently Asked Questions
What is the PreloadAndSetPrerenderStatusParams type?
PreloadAndSetPrerenderStatusParams is a type/interface in the astro codebase, defined in packages/astro/src/prerender/routing.ts.
Where is PreloadAndSetPrerenderStatusParams defined?
PreloadAndSetPrerenderStatusParams is defined in packages/astro/src/prerender/routing.ts at line 25.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free