19 lines
744 B
Markdown
19 lines
744 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) > [ResolveAnimationResponse](./puppeteer.protocol.animation.resolveanimationresponse.md)
|
|
|
|
## Protocol.Animation.ResolveAnimationResponse interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface ResolveAnimationResponse
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [remoteObject](./puppeteer.protocol.animation.resolveanimationresponse.remoteobject.md) | [Runtime.RemoteObject](./puppeteer.protocol.runtime.remoteobject.md) | Corresponding remote object. |
|
|
|