DefaultRouteParams Type — astro Architecture
Architecture documentation for the DefaultRouteParams type/interface in default.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 2a327c5c_8aed_8fc3_31a2_3c6056950029["DefaultRouteParams"] aff8ca19_ee2c_80fd_1daf_24c72a8b3fad["default.ts"] 2a327c5c_8aed_8fc3_31a2_3c6056950029 -->|defined in| aff8ca19_ee2c_80fd_1daf_24c72a8b3fad style 2a327c5c_8aed_8fc3_31a2_3c6056950029 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/core/routing/default.ts lines 11–16
type DefaultRouteParams = {
instance: ComponentInstance;
matchesComponent(filePath: URL): boolean;
route: string;
component: string;
};
Defined In
Source
Frequently Asked Questions
What is the DefaultRouteParams type?
DefaultRouteParams is a type/interface in the astro codebase, defined in packages/astro/src/core/routing/default.ts.
Where is DefaultRouteParams defined?
DefaultRouteParams is defined in packages/astro/src/core/routing/default.ts at line 11.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free