Home / Type/ HTMLVideoAttributes Type — svelte Architecture

HTMLVideoAttributes Type — svelte Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/svelte/elements.d.ts lines 1449–1459

export interface HTMLVideoAttributes extends HTMLMediaAttributes<HTMLVideoElement> {
	height?: number | string | undefined | null;
	playsinline?: boolean | undefined | null;
	poster?: string | undefined | null;
	width?: number | string | undefined | null;
	disablepictureinpicture?: boolean | undefined | null;
	disableremoteplayback?: boolean | undefined | null;

	readonly 'bind:videoWidth'?: number | undefined | null;
	readonly 'bind:videoHeight'?: number | undefined | null;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free