puppeteer/new-docs/puppeteer.protocol.input.synthesizescrollgesturerequest.interactionmarkername.md

14 lines
674 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Input](./puppeteer.protocol.input.md) &gt; [SynthesizeScrollGestureRequest](./puppeteer.protocol.input.synthesizescrollgesturerequest.md) &gt; [interactionMarkerName](./puppeteer.protocol.input.synthesizescrollgesturerequest.interactionmarkername.md)
## Protocol.Input.SynthesizeScrollGestureRequest.interactionMarkerName property
The name of the interaction markers to generate, if not empty (default: "").
<b>Signature:</b>
```typescript
interactionMarkerName?: string;
```