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 a4396bcf_7ec9_9ed1_be8d_7aed0326d03c["WebViewHTMLAttributes"] 08a2c658_413c_e849_2e9c_b45cc166d3c9["jsx.d.ts"] a4396bcf_7ec9_9ed1_be8d_7aed0326d03c -->|defined in| 08a2c658_413c_e849_2e9c_b45cc166d3c9 style a4396bcf_7ec9_9ed1_be8d_7aed0326d03c 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