PropsHTMLTextAreaElement extension

on

Properties

autocomplete String

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
cols int

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
defaultValue String

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
dirName String

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
disabled bool

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
form HTMLFormElement?

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

no setter
labels NodeList

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

no setter
maxLength int

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
minLength int

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
name String

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
placeholder String

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
readOnly bool

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
required bool

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
rows int

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
selectionDirection String

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
selectionEnd int

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
selectionStart int

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
textLength int

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

no setter
type String

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

no setter
validationMessage String

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

no setter
validity ValidityState

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

no setter
value String

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair
willValidate bool

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

no setter
wrap String

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

getter/setter pair

Methods

checkValidity() bool

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

reportValidity() bool

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

select() → void

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

setCustomValidity(String error) → void

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

setRangeText([String? replacement, int? start, int? end, SelectionMode? selectionMode = SelectionMode.preserve]) → void

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension

setSelectionRange(int start, int end, [String? direction]) → void

Available on HTMLTextAreaElement, provided by the PropsHTMLTextAreaElement extension