20 lines
931 B
Markdown
20 lines
931 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [GetNavigationHistoryResponse](./puppeteer.protocol.page.getnavigationhistoryresponse.md)
|
|
|
|
## Protocol.Page.GetNavigationHistoryResponse interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface GetNavigationHistoryResponse
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [currentIndex](./puppeteer.protocol.page.getnavigationhistoryresponse.currentindex.md) | [integer](./puppeteer.protocol.integer.md) | Index of the current navigation history entry. |
|
|
| [entries](./puppeteer.protocol.page.getnavigationhistoryresponse.entries.md) | [NavigationEntry](./puppeteer.protocol.page.navigationentry.md)<!-- -->\[\] | Array of navigation history entries. |
|
|
|