TrackHTMLAttributes Type — astro Architecture
Architecture documentation for the TrackHTMLAttributes type/interface in astro-jsx.d.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 5947bfd2_de42_5d4b_7050_5e0a4e9c141b["TrackHTMLAttributes"] d523c4d2_c1d1_7d83_faae_8b6b7c0c800a["astro-jsx.d.ts"] 5947bfd2_de42_5d4b_7050_5e0a4e9c141b -->|defined in| d523c4d2_c1d1_7d83_faae_8b6b7c0c800a style 5947bfd2_de42_5d4b_7050_5e0a4e9c141b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/astro-jsx.d.ts lines 1084–1090
interface TrackHTMLAttributes extends HTMLAttributes {
default?: boolean | string | undefined | null;
kind?: string | undefined | null;
label?: string | undefined | null;
src?: string | undefined | null;
srclang?: string | undefined | null;
}
Defined In
Source
Frequently Asked Questions
What is the TrackHTMLAttributes type?
TrackHTMLAttributes is a type/interface in the astro codebase, defined in packages/astro/astro-jsx.d.ts.
Where is TrackHTMLAttributes defined?
TrackHTMLAttributes is defined in packages/astro/astro-jsx.d.ts at line 1084.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free