Home / Type/ VideoHTMLAttributes Type — astro Architecture

VideoHTMLAttributes Type — astro Architecture

Architecture documentation for the VideoHTMLAttributes type/interface in astro-jsx.d.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  29ed597f_bf29_6eb9_aace_781a1dc064f3["VideoHTMLAttributes"]
  a6b1e08e_2697_036f_1969_86462fc5f61d["astro-jsx.d.ts"]
  29ed597f_bf29_6eb9_aace_781a1dc064f3 -->|defined in| a6b1e08e_2697_036f_1969_86462fc5f61d
  style 29ed597f_bf29_6eb9_aace_781a1dc064f3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/language-tools/language-server/types/astro-jsx.d.ts lines 1023–1029

	interface VideoHTMLAttributes extends MediaHTMLAttributes {
		height?: number | string | undefined | null;
		playsinline?: boolean | string | undefined | null;
		poster?: string | undefined | null;
		width?: number | string | undefined | null;
		disablepictureinpicture?: boolean | string | undefined | null;
	}

Frequently Asked Questions

What is the VideoHTMLAttributes type?
VideoHTMLAttributes is a type/interface in the astro codebase, defined in packages/language-tools/language-server/types/astro-jsx.d.ts.
Where is VideoHTMLAttributes defined?
VideoHTMLAttributes is defined in packages/language-tools/language-server/types/astro-jsx.d.ts at line 1023.

Analyze Your Own Codebase

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

Try Supermodel Free