Wijmo UI for the Web
hasChildren Field
wijmo.fileexplorer Namespace > IFileExplorerItem Interface : hasChildren Field

true, if the item is a folder and has files; otherwise, false or undefined.

Syntax
var instance; // Type: wijmo.fileexplorer.IFileExplorerItem;
var value; // Type: boolean
value = instance.hasChildren;
var hasChildren : boolean;
See Also

Reference

IFileExplorerItem Interface