HTMLElementTagNameMap Type — astro Architecture
Architecture documentation for the HTMLElementTagNameMap type/interface in toolbar.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD bc7825dc_a89c_da3f_6598_a28b2978dd4c["HTMLElementTagNameMap"] ed2c3b72_5559_e363_d0e3_d0f262fd3936["toolbar.ts"] bc7825dc_a89c_da3f_6598_a28b2978dd4c -->|defined in| ed2c3b72_5559_e363_d0e3_d0f262fd3936 style bc7825dc_a89c_da3f_6598_a28b2978dd4c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/public/toolbar.ts lines 24–37
interface HTMLElementTagNameMap {
'astro-dev-toolbar': AstroDevToolbar;
'astro-dev-toolbar-window': DevToolbarWindow;
'astro-dev-toolbar-app-canvas': DevToolbarCanvas;
'astro-dev-toolbar-tooltip': DevToolbarTooltip;
'astro-dev-toolbar-highlight': DevToolbarHighlight;
'astro-dev-toolbar-toggle': DevToolbarToggle;
'astro-dev-toolbar-badge': DevToolbarBadge;
'astro-dev-toolbar-button': DevToolbarButton;
'astro-dev-toolbar-icon': DevToolbarIcon;
'astro-dev-toolbar-card': DevToolbarCard;
'astro-dev-toolbar-select': DevToolbarSelect;
'astro-dev-toolbar-radio-checkbox': DevToolbarRadioCheckbox;
}
Defined In
Source
Frequently Asked Questions
What is the HTMLElementTagNameMap type?
HTMLElementTagNameMap is a type/interface in the astro codebase, defined in packages/astro/src/types/public/toolbar.ts.
Where is HTMLElementTagNameMap defined?
HTMLElementTagNameMap is defined in packages/astro/src/types/public/toolbar.ts at line 24.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free