title property
String
get
title
The HTMLElement.title
property
represents the title of the element: the text usually displayed in a
'tooltip' popup
when the mouse is over the node.
Implementation
external String get title;
set
title
(String value)
Implementation
external set title(String value);