title property

String? title
getter/setter pair

The updated alt text title of the page element.

If unset the existing value will be maintained. The title is exposed to screen readers and other accessibility interfaces. Only use human readable values related to the content of the page element.

Implementation

core.String? title;