22 lines
240 B
Markdown
22 lines
240 B
Markdown
|
---
|
||
|
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
|