ariaLive property

String? get ariaLive

The ariaLive property of the Element interface reflects the value of the aria-live attribute, which indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.

Implementation

external String? get ariaLive;
set ariaLive (String? value)

Implementation

external set ariaLive(String? value);