ImgHTMLAttributes Type — vue Architecture
Architecture documentation for the ImgHTMLAttributes type/interface in jsx.d.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 160defe8_3206_0155_554e_060b47372d28["ImgHTMLAttributes"] 08a2c658_413c_e849_2e9c_b45cc166d3c9["jsx.d.ts"] 160defe8_3206_0155_554e_060b47372d28 -->|defined in| 08a2c658_413c_e849_2e9c_b45cc166d3c9 style 160defe8_3206_0155_554e_060b47372d28 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
types/jsx.d.ts lines 434–444
export interface ImgHTMLAttributes extends HTMLAttributes {
alt?: string
crossorigin?: 'anonymous' | 'use-credentials' | ''
decoding?: 'async' | 'auto' | 'sync'
height?: Numberish
sizes?: string
src?: string
srcset?: string
usemap?: string
width?: Numberish
}
Defined In
Source
Frequently Asked Questions
What is the ImgHTMLAttributes type?
ImgHTMLAttributes is a type/interface in the vue codebase, defined in types/jsx.d.ts.
Where is ImgHTMLAttributes defined?
ImgHTMLAttributes is defined in types/jsx.d.ts at line 434.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free