Home / Type/ HTMLIframeAttributes Type — svelte Architecture

HTMLIframeAttributes Type — svelte Architecture

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

Entity Profile

Dependency Diagram

graph TD
  90692bcf_f1d9_42c4_0471_e23d885ce797["HTMLIframeAttributes"]
  78b4efff_772a_438a_697d_032d1b600036["elements.d.ts"]
  90692bcf_f1d9_42c4_0471_e23d885ce797 -->|defined in| 78b4efff_772a_438a_697d_032d1b600036
  style 90692bcf_f1d9_42c4_0471_e23d885ce797 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/elements.d.ts lines 1004–1025

export interface HTMLIframeAttributes extends HTMLAttributes<HTMLIFrameElement> {
	allow?: string | undefined | null;
	allowfullscreen?: boolean | undefined | null;
	allowtransparency?: boolean | undefined | null;
	/** @deprecated */
	frameborder?: number | string | undefined | null;
	height?: number | string | undefined | null;
	loading?: 'eager' | 'lazy' | undefined | null;
	/** @deprecated */
	marginheight?: number | undefined | null;
	/** @deprecated */
	marginwidth?: number | undefined | null;
	name?: string | undefined | null;
	referrerpolicy?: ReferrerPolicy | undefined | null;
	sandbox?: string | undefined | null;
	/** @deprecated */
	scrolling?: string | undefined | null;
	seamless?: boolean | undefined | null;
	src?: string | undefined | null;
	srcdoc?: string | undefined | null;
	width?: number | string | undefined | null;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free