14 lines
538 B
Markdown
14 lines
538 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) > [NavigateRequest](./puppeteer.protocol.page.navigaterequest.md) > [transitionType](./puppeteer.protocol.page.navigaterequest.transitiontype.md)
|
||
|
|
||
|
## Protocol.Page.NavigateRequest.transitionType property
|
||
|
|
||
|
Intended transition type.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
transitionType?: TransitionType;
|
||
|
```
|