title property

String get title
inherited

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)
inherited

Implementation

external set title(String value);