Home / Type/ RouteInfo Type — astro Architecture

RouteInfo Type — astro Architecture

Architecture documentation for the RouteInfo type/interface in types.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  39248b41_42be_c9e4_73e4_2d79efde299a["RouteInfo"]
  f898a077_c422_60c6_8128_2cd592ad264d["types.ts"]
  39248b41_42be_c9e4_73e4_2d79efde299a -->|defined in| f898a077_c422_60c6_8128_2cd592ad264d
  style 39248b41_42be_c9e4_73e4_2d79efde299a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/core/app/types.ts lines 34–40

export interface RouteInfo {
	routeData: RouteData;
	file: string;
	links: string[];
	scripts: ScriptAsset[];
	styles: StylesheetAsset[];
}

Frequently Asked Questions

What is the RouteInfo type?
RouteInfo is a type/interface in the astro codebase, defined in packages/astro/src/core/app/types.ts.
Where is RouteInfo defined?
RouteInfo is defined in packages/astro/src/core/app/types.ts at line 34.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free