Wijmo UI for the Web
tooltipOptions Option
wijmo.treemap.wijtreemap Namespace > options type : tooltipOptions Option

Default value: null

A value that indicates options of tooltip.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijtreemap("option", "tooltipOptions");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijtreemap("option", "tooltipOptions", newValue);
        
});
var tooltipOptions : object;
Remarks
Its value is wijtooltip's option, visit http://wijmo.com/docs/wijmo/#Wijmo~jQuery.fn.-~wijtooltip.html for more details.
See Also

Reference

options type
wijtreemap jQuery Widget