2022-07-05 12:42:31 +00:00
|
|
|
---
|
|
|
|
sidebar_label: Frame.isOOPFrame
|
|
|
|
---
|
|
|
|
# Frame.isOOPFrame() method
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
class Frame {isOOPFrame(): boolean;}
|
|
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
boolean
|
|
|
|
|
|
|
|
`true` if the frame is an OOP frame, or `false` otherwise.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
|