You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously the function only returned the topmost items in a folder, this
was different from how the function behaves when no argument is given,
where all items in the project is returned.
If no arg is given, it returns all items in the project.
If the folder is not found (when the argument is a string) an empty
arrayEx is returned.
If deep is not disabled, it returns all items in subfolders as well,
else it returns only the items in the folder.
0 commit comments