20 lines
761 B
Markdown
20 lines
761 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Animation](./puppeteer.protocol.animation.md) > [SetPausedRequest](./puppeteer.protocol.animation.setpausedrequest.md)
|
|
|
|
## Protocol.Animation.SetPausedRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SetPausedRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [animations](./puppeteer.protocol.animation.setpausedrequest.animations.md) | string\[\] | Animations to set the pause state of. |
|
|
| [paused](./puppeteer.protocol.animation.setpausedrequest.paused.md) | boolean | Paused state to set to. |
|
|
|