TextAreaElement class

TextAreaElement class

The TextAreaElement represents a wrapper that is associated with the HTMLTextAreaElement

Inheritance: TextAreaElementFormElement

The TextAreaElement type exposes the following members:

Properties

PropertyDescription
element_typeGets the type of the element.
nameRepresent the name attribute of the input element.
idGets or sets the identifier of the form element.
valueRepresents the string value of the input element that is directly mapped to the ‘value’ attribute.
typeThe type of this form control.
html_element

See Also