Tooltip
live example
Explore the API in the live example.
api reference
Tooltip()
Component implementing the tooltip feature. When this component is available for a widget, its API is exposed via the 
.tooltip namespace.Tooltip.on([on])
Enables/disables tooltip.
Parameters
| Name | Type | Description | 
|---|---|---|
| on | boolean | optionalWhether tooltip should be enabled or not. Default value is false. | 
Returns
WidgetReference to the Widget API.