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

Default value: null

A value that indicates the field to each item's label Default label field is 'label' if labelBinding is not set.

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

Reference

options type
wijtreemap jQuery Widget