FileExplorerView.isItem method
FileExplorerView › isItem
Unofficial
Check whether the given object is a file tree item.Signature:
isItem(item: unknown): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| item | unknown | The object to check. |
Returns: boolean — Whether the object is a file tree item.