puppeteer/new-docs/puppeteer.protocol.animation.setpausedrequest.paused.md
2020-07-13 14:01:35 +01:00

14 lines
525 B
Markdown

<!-- 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; [Animation](./puppeteer.protocol.animation.md) &gt; [SetPausedRequest](./puppeteer.protocol.animation.setpausedrequest.md) &gt; [paused](./puppeteer.protocol.animation.setpausedrequest.paused.md)
## Protocol.Animation.SetPausedRequest.paused property
Paused state to set to.
<b>Signature:</b>
```typescript
paused: boolean;
```