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