Wijmo UI for the Web
droppable Option
wijmo.tree.wijtree Namespace > options type : droppable Option

Default value: null

Customize the jquery-ui-droppable plugin of wijtree.

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

Reference

options type
wijtree jQuery Widget