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

The expandDelay option controls the length of time in milliseconds to delay before the node is expanded.

Syntax
var instance; // Type: wijmo.tree.WijTreeOptions;
var value; // Type: number
value = instance.expandDelay;
var expandDelay : number;
See Also

Reference

WijTreeOptions Interface