PagePluginOptions Type — astro Architecture
Architecture documentation for the PagePluginOptions type/interface in page.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 554a1f62_1d63_5c7f_f3b7_e395760b6a09["PagePluginOptions"] 0ca4b994_0ce6_e5b5_9813_c64eb15ad76e["page.ts"] 554a1f62_1d63_5c7f_f3b7_e395760b6a09 -->|defined in| 0ca4b994_0ce6_e5b5_9813_c64eb15ad76e style 554a1f62_1d63_5c7f_f3b7_e395760b6a09 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/vite-plugin-pages/page.ts lines 9–11
interface PagePluginOptions {
routesList: RoutesList;
}
Defined In
Source
Frequently Asked Questions
What is the PagePluginOptions type?
PagePluginOptions is a type/interface in the astro codebase, defined in packages/astro/src/vite-plugin-pages/page.ts.
Where is PagePluginOptions defined?
PagePluginOptions is defined in packages/astro/src/vite-plugin-pages/page.ts at line 9.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free