17 lines
206 B
Markdown
17 lines
206 B
Markdown
---
|
|
sidebar_label: Frame.title
|
|
---
|
|
# Frame.title() method
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class Frame {title(): Promise<string>;}
|
|
```
|
|
**Returns:**
|
|
|
|
Promise<string>
|
|
|
|
the frame's title.
|
|
|