DevToolbarMetadata Type — astro Architecture
Architecture documentation for the DevToolbarMetadata type/interface in toolbar.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 23bbadf7_2f2b_21bd_f7c9_fbf87492a1db["DevToolbarMetadata"] ed2c3b72_5559_e363_d0e3_d0f262fd3936["toolbar.ts"] 23bbadf7_2f2b_21bd_f7c9_fbf87492a1db -->|defined in| ed2c3b72_5559_e363_d0e3_d0f262fd3936 style 23bbadf7_2f2b_21bd_f7c9_fbf87492a1db fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/public/toolbar.ts lines 66–75
export type DevToolbarMetadata = Window &
typeof globalThis & {
__astro_dev_toolbar__: {
root: string;
version: string;
latestAstroVersion: string | undefined;
debugInfo: string;
placement: DevToolbarPlacement | undefined;
};
};
Defined In
Source
Frequently Asked Questions
What is the DevToolbarMetadata type?
DevToolbarMetadata is a type/interface in the astro codebase, defined in packages/astro/src/types/public/toolbar.ts.
Where is DevToolbarMetadata defined?
DevToolbarMetadata is defined in packages/astro/src/types/public/toolbar.ts at line 66.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free