Wijmo UI for the Web
drilledDown Event
wijmo.treemap.wijtreemap Namespace > options type : drilledDown Event
The jQuery.Event object.
The data of item that is drilled down.
This event fires after drill down.
Syntax
$(function () {
    // Set drilledDown event handler function
    $(".selector").wijtreemap({
        drilledDown : function (e, data) {
     
        }
    });
});
drilledDown = function ( 
   e : Object,
   data : Object
) { };

Parameters

e
The jQuery.Event object.
data
The data of item that is drilled down.
See Also

Reference

options type
wijtreemap jQuery Widget