WebViewHTMLAttributes Type — vue Architecture
Architecture documentation for the WebViewHTMLAttributes type/interface in jsx.d.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 74f8d573_6e13_09ac_460e_27dec2988492["WebViewHTMLAttributes"] c94bfbce_6cea_a5c4_44a8_51c276a67340["jsx.d.ts"] 74f8d573_6e13_09ac_460e_27dec2988492 -->|defined in| c94bfbce_6cea_a5c4_44a8_51c276a67340 style 74f8d573_6e13_09ac_460e_27dec2988492 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
types/jsx.d.ts lines 706–724
export interface WebViewHTMLAttributes extends HTMLAttributes {
allowfullscreen?: Booleanish
allowpopups?: Booleanish
autoFocus?: Booleanish
autosize?: Booleanish
blinkfeatures?: string
disableblinkfeatures?: string
disableguestresize?: Booleanish
disablewebsecurity?: Booleanish
guestinstance?: string
httpreferrer?: string
nodeintegration?: Booleanish
partition?: string
plugins?: Booleanish
preload?: string
src?: string
useragent?: string
webpreferences?: string
}
Defined In
Source
Frequently Asked Questions
What is the WebViewHTMLAttributes type?
WebViewHTMLAttributes is a type/interface in the vue codebase, defined in types/jsx.d.ts.
Where is WebViewHTMLAttributes defined?
WebViewHTMLAttributes is defined in types/jsx.d.ts at line 706.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free