Home / Type/ TextareaHTMLAttributes Type — vue Architecture

TextareaHTMLAttributes Type — vue Architecture

Architecture documentation for the TextareaHTMLAttributes type/interface in jsx.d.ts from the vue codebase.

Entity Profile

Source Code

types/jsx.d.ts lines 651–667

export interface TextareaHTMLAttributes extends HTMLAttributes {
  autocomplete?: string
  autofocus?: Booleanish
  cols?: Numberish
  dirname?: string
  disabled?: Booleanish
  form?: string
  maxlength?: Numberish
  minlength?: Numberish
  name?: string
  placeholder?: string
  readonly?: boolean
  required?: Booleanish
  rows?: Numberish
  value?: string | string[] | number
  wrap?: string
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free