Wijmo UI for the Web
dropVisual Field
wijmo.tree Namespace > WijTreeOptions Interface : dropVisual Field

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
var instance; // Type: wijmo.tree.WijTreeOptions;
var value; // Type: any
value = instance.dropVisual;
var dropVisual : any;
See Also

Reference

WijTreeOptions Interface