Home / Type/ HTMLSourceAttributes Type — svelte Architecture

HTMLSourceAttributes Type — svelte Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/svelte/elements.d.ts lines 1362–1370

export interface HTMLSourceAttributes extends HTMLAttributes<HTMLSourceElement> {
	height?: number | string | undefined | null;
	media?: string | undefined | null;
	sizes?: string | undefined | null;
	src?: string | undefined | null;
	srcset?: string | undefined | null;
	type?: string | undefined | null;
	width?: number | string | undefined | null;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free