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