Properties
Optional accesskey
accesskey?: string | string[]
Optional autocapitalize
autocapitalize?: "none" | "off" | "on" | "sentences" | "words" | "characters"
Optional autofocus
autofocus?: boolean
Optional class
class?: ClassMoniker
Optional contenteditable
contenteditable?: boolean | "true" | "false"
Optional dir
dir?: "ltr" | "rtl" | "auto"
Optional draggable
draggable?: "true" | "false"
Optional enterkeyhint
enterkeyhint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send"
Optional exportparts
exportparts?: string | string[]
Optional hidden
hidden?: boolean | "" | "hidden" | "until-found"
Optional inert
inert?: boolean
Optional inputmode
inputmode?: "search" | "none" | "text" | "decimal" | "numeric" | "tel" | "email" | "url"
Optional is
is?: undefined
Optional itemid
itemid?: string
Optional itemprop
itemprop?: string
Optional itemref
itemref?: string | string[]
Optional itemscope
itemscope?: boolean
Optional itemtype
itemtype?: string
Optional lang
lang?: string
Optional nonce
nonce?: string
Optional part
part?: string | string[]
Optional role
role?: string
Optional slot
slot?: string
Optional spellcheck
spellcheck?: "true" | "false" | "default"
Optional style
style?: string | Styleset
Optional tabindex
tabindex?: number
Optional title
title?: string
Optional translate
translate?: boolean | "yes" | "no"
Optional xmlns
xmlns?: string
Defines attributes common to all HTML elements