GetStaticPathsOptions Type — astro Architecture
Architecture documentation for the GetStaticPathsOptions type/interface in common.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 1b1c93ea_0506_f1b1_a454_6c9b8ebc3791["GetStaticPathsOptions"] 669e29cb_6284_b440_c979_7aeecf0609ce["common.ts"] 1b1c93ea_0506_f1b1_a454_6c9b8ebc3791 -->|defined in| 669e29cb_6284_b440_c979_7aeecf0609ce style 1b1c93ea_0506_f1b1_a454_6c9b8ebc3791 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/public/common.ts lines 10–13
export interface GetStaticPathsOptions {
paginate: PaginateFunction;
routePattern: string;
}
Defined In
Source
Frequently Asked Questions
What is the GetStaticPathsOptions type?
GetStaticPathsOptions is a type/interface in the astro codebase, defined in packages/astro/src/types/public/common.ts.
Where is GetStaticPathsOptions defined?
GetStaticPathsOptions is defined in packages/astro/src/types/public/common.ts at line 10.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free