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

Default value: null

Customizes the helper element to be used to display the position that the node will be inserted to. If a function is specified, it must return a DOMElement.

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

Reference

options type
wijtree jQuery Widget