HTMLTextAreaElement$Typings extension

on

Properties

addEventListener → ({void Function<K$>(HTMLElementEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Overload accessor: $1, $2
no setter
autocomplete Object

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

MDN Reference
getter/setter pair
checkValidity bool Function()

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

getter/setter pair
cols num

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Sets or retrieves the width of the object.
getter/setter pair
defaultValue String

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Sets or retrieves the initial contents of the object.
getter/setter pair
dirName String

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

getter/setter pair
disabled bool

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

getter/setter pair
form HTMLFormElement?

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Retrieves a reference to the form that the object is embedded in.
no setter
labels NodeListOf<HTMLLabelElement>

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

MDN Reference
no setter
maxLength num

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Sets or retrieves the maximum number of characters that the user can enter in a text control.
getter/setter pair
minLength num

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

getter/setter pair
name String

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Sets or retrieves the name of the object.
getter/setter pair
placeholder String

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Gets or sets a text string that is displayed in an input field as a hint or prompt to users as the format or type of information they need to enter.The text appears in an input field until the user puts focus on the field.
getter/setter pair
readOnly bool

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Sets or retrieves the value indicated whether the content of the object is read-only.
getter/setter pair
removeEventListener → ({void Function<K$>(HTMLElementEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Overload accessor: $1, $2
no setter
reportValidity bool Function()

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

getter/setter pair
required bool

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

When present, marks an element that can't be submitted without a value.
getter/setter pair
rows num

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Sets or retrieves the number of horizontal rows contained in the object.
getter/setter pair
select ↔ void Function()

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

getter/setter pair
selectionDirection SelectionDirectionOptions

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

getter/setter pair
selectionEnd num

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Gets or sets the end position or offset of a text selection.
getter/setter pair
selectionStart num

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Gets or sets the starting position or offset of a text selection.
getter/setter pair
setCustomValidity ↔ void Function(String)

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

getter/setter pair
setSelectionRange ↔ void Function([num?, num?, UnionEnum1?])

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

getter/setter pair
textLength num

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

MDN Reference
no setter
type String

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Retrieves the type of control.
no setter
validationMessage String

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Returns the error message that would be displayed if the user submits the form, or an empty string if no error message. It also triggers the standard error message, such as "this is a required field". The result is that the user sees validation messages without actually submitting.
no setter
validity ValidityState

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Returns a ValidityState object that represents the validity states of an element.
no setter
value String

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Retrieves or sets the text in the entry field of the textArea element.
getter/setter pair
willValidate bool

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Returns whether an element will successfully validate based on forms validation rules and constraints.
no setter
wrap String

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension

Sets or retrieves how to handle wordwrapping in the object.
getter/setter pair

Methods

setRangeText(String replacement, num start, num end, [SelectionMode? selectionMode]) → void

Available on HTMLTextAreaElement, provided by the HTMLTextAreaElement$Typings extension