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

Default value: null

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

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

Reference

options type
wijtreemap jQuery Widget