Home / Type/ HTMLTrackAttributes Type — svelte Architecture

HTMLTrackAttributes Type — svelte Architecture

Architecture documentation for the HTMLTrackAttributes type/interface in elements.d.ts from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  9d9867e0_0aa3_0081_dd00_dff398c22b7c["HTMLTrackAttributes"]
  700a5e5a_a1f3_b441_73c5_83af6017e3aa["elements.d.ts"]
  9d9867e0_0aa3_0081_dd00_dff398c22b7c -->|defined in| 700a5e5a_a1f3_b441_73c5_83af6017e3aa
  style 9d9867e0_0aa3_0081_dd00_dff398c22b7c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/elements.d.ts lines 1441–1447

export interface HTMLTrackAttributes extends HTMLAttributes<HTMLTrackElement> {
	default?: boolean | undefined | null;
	kind?: 'captions' | 'chapters' | 'descriptions' | 'metadata' | 'subtitles' | undefined | null;
	label?: string | undefined | null;
	src?: string | undefined | null;
	srclang?: string | undefined | null;
}

Frequently Asked Questions

What is the HTMLTrackAttributes type?
HTMLTrackAttributes is a type/interface in the svelte codebase, defined in packages/svelte/elements.d.ts.
Where is HTMLTrackAttributes defined?
HTMLTrackAttributes is defined in packages/svelte/elements.d.ts at line 1441.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free