Tooltip.element property

Gets the DOM element that hosts the Tooltip control.

Syntax

var element = tooltip.element;

Property value

Type: HTMLElement

The HTML element that hosts this Tooltip control. This element is usually a div or a span.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.UI

See also

Tooltip