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

Default value: null

A value that indicates a function which is used to format the title of treemap item.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  Function
    returnsValue = $(".selector").wijtreemap("option", "titleFormatter");
    
    // Set value
    var newValue; // Type:  Function
    $(".selector").wijtreemap("option", "titleFormatter", newValue);
        
});
var titleFormatter : Function;
See Also

Reference

options type
wijtreemap jQuery Widget