NavigationTypeString Type — astro Architecture
Architecture documentation for the NavigationTypeString type/interface in types.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 9fa94e5c_f65f_ea14_7c14_f8ea1f88a954["NavigationTypeString"] 8af4680b_39bf_0f3d_a1b5_99aa6a340529["types.ts"] 9fa94e5c_f65f_ea14_7c14_f8ea1f88a954 -->|defined in| 8af4680b_39bf_0f3d_a1b5_99aa6a340529 style 9fa94e5c_f65f_ea14_7c14_f8ea1f88a954 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/transitions/types.ts lines 3–3
export type NavigationTypeString = 'push' | 'replace' | 'traverse';
Defined In
Source
Frequently Asked Questions
What is the NavigationTypeString type?
NavigationTypeString is a type/interface in the astro codebase, defined in packages/astro/src/transitions/types.ts.
Where is NavigationTypeString defined?
NavigationTypeString is defined in packages/astro/src/transitions/types.ts at line 3.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free