14 lines
595 B
Markdown
14 lines
595 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) > [currentIndex](./puppeteer.protocol.page.getnavigationhistoryresponse.currentindex.md)
|
||
|
|
||
|
## Protocol.Page.GetNavigationHistoryResponse.currentIndex property
|
||
|
|
||
|
Index of the current navigation history entry.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
currentIndex: integer;
|
||
|
```
|