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