Skip to content

FileExplorerView.isItem method

FileExplorerView › isItem

Unofficial

Check whether the given object is a file tree item.

Signature:

isItem(item: unknown): boolean

Parameters:

Parameter Type Description
item unknown The object to check.

Returns: booleanWhether the object is a file tree item.