IframeHTMLAttributes Type — vue Architecture
Architecture documentation for the IframeHTMLAttributes type/interface in jsx.d.ts from the vue codebase.
Entity Profile
Source Code
types/jsx.d.ts lines 416–432
export interface IframeHTMLAttributes extends HTMLAttributes {
allow?: string
allowfullscreen?: Booleanish
allowtransparency?: Booleanish
frameborder?: Numberish
height?: Numberish
marginheight?: Numberish
marginwidth?: Numberish
name?: string
referrerpolicy?: string
sandbox?: string
scrolling?: string
seamless?: Booleanish
src?: string
srcdoc?: string
width?: Numberish
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free