Home / Type/ HTMLEmbedAttributes Type — svelte Architecture

HTMLEmbedAttributes Type — svelte Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/svelte/elements.d.ts lines 970–975

export interface HTMLEmbedAttributes extends HTMLAttributes<HTMLEmbedElement> {
	height?: number | string | undefined | null;
	src?: string | undefined | null;
	type?: string | undefined | null;
	width?: number | string | undefined | null;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free