ariaLabel

open var ariaLabel: String?(source)

The ariaLabel property of the Element interface reflects the value of the aria-label attribute, which defines a string value that labels the current element.

MDN Reference