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