Home / Type/ OptionHTMLAttributes Type — vue Architecture

OptionHTMLAttributes Type — vue Architecture

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

Entity Profile

Source Code

types/jsx.d.ts lines 583–588

export interface OptionHTMLAttributes extends HTMLAttributes {
  disabled?: Booleanish
  label?: string
  selected?: Booleanish
  value?: any // we support :value to be bound to anything w/ v-model
}

Analyze Your Own Codebase

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

Try Supermodel Free