Home / Type/ HTMLObjectAttributes Type — svelte Architecture

HTMLObjectAttributes Type — svelte Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/svelte/elements.d.ts lines 1281–1291

export interface HTMLObjectAttributes extends HTMLAttributes<HTMLObjectElement> {
	classid?: string | undefined | null;
	data?: string | undefined | null;
	form?: string | undefined | null;
	height?: number | string | undefined | null;
	name?: string | undefined | null;
	type?: string | undefined | null;
	usemap?: string | undefined | null;
	width?: number | string | undefined | null;
	wmode?: string | undefined | null;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free