description property

String? description
getter/setter pair

The updated alt text description of the page element.

If unset the existing value will be maintained. The description 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? description;