IframeHTMLAttributes Type — astro Architecture
Architecture documentation for the IframeHTMLAttributes type/interface in astro-jsx.d.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD eab742b0_d2f2_e441_a256_ad227563907b["IframeHTMLAttributes"] d523c4d2_c1d1_7d83_faae_8b6b7c0c800a["astro-jsx.d.ts"] eab742b0_d2f2_e441_a256_ad227563907b -->|defined in| d523c4d2_c1d1_7d83_faae_8b6b7c0c800a style eab742b0_d2f2_e441_a256_ad227563907b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/astro-jsx.d.ts lines 750–772
interface IframeHTMLAttributes extends HTMLAttributes {
allow?: string | undefined | null;
allowfullscreen?: boolean | string | undefined | null;
allowtransparency?: boolean | string | undefined | null;
fetchpriority?: 'auto' | 'high' | 'low' | undefined | null;
/** @deprecated */
frameborder?: number | string | undefined | null;
height?: number | string | undefined | null;
loading?: 'eager' | 'lazy' | undefined | null;
/** @deprecated */
marginheight?: number | string | undefined | null;
/** @deprecated */
marginwidth?: number | string | undefined | null;
name?: string | undefined | null;
referrerpolicy?: HTMLAttributeReferrerPolicy | undefined | null;
sandbox?: string | undefined | null;
/** @deprecated */
scrolling?: string | undefined | null;
seamless?: boolean | string | undefined | null;
src?: string | undefined | null;
srcdoc?: string | undefined | null;
width?: number | string | undefined | null;
}
Defined In
Source
Frequently Asked Questions
What is the IframeHTMLAttributes type?
IframeHTMLAttributes is a type/interface in the astro codebase, defined in packages/astro/astro-jsx.d.ts.
Where is IframeHTMLAttributes defined?
IframeHTMLAttributes is defined in packages/astro/astro-jsx.d.ts at line 750.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free