ariaMultiLine property

String? get ariaMultiLine
inherited

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 input element with type="text" or a textarea as these have built in semantics and do not require ARIA attributes.

Implementation

external String? get ariaMultiLine;
set ariaMultiLine (String? value)
inherited

Implementation

external set ariaMultiLine(String? value);