Home / Type/ ImgHTMLAttributes Type — vue Architecture

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
  7f93b0a6_b4bf_8c29_6f1b_46b2dc214999["ImgHTMLAttributes"]
  c94bfbce_6cea_a5c4_44a8_51c276a67340["jsx.d.ts"]
  7f93b0a6_b4bf_8c29_6f1b_46b2dc214999 -->|defined in| c94bfbce_6cea_a5c4_44a8_51c276a67340
  style 7f93b0a6_b4bf_8c29_6f1b_46b2dc214999 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

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