ariaMultiLine property
String?
get
ariaMultiLine
The ariaMultiLine property of the Element interface reflects the
value of the
aria-multiline
attribute, which indicates whether a text box accepts multiple lines of
input or only a single line.
Note: Where possible use an HTML
inputelement withtype="text"or atextareaas these have built in semantics and do not require ARIA attributes.
Implementation
external String? get ariaMultiLine;
set
ariaMultiLine
(String? value)
Implementation
external set ariaMultiLine(String? value);