checks whether the node has any children
id | id | ID of the branch in question |
boolean | true, if the branch has at least one child, false, if there are no children |
fmanager.isBranch('folderId'); // true
fmanager.isBranch('fileId'); // false
Back to top