14 lines
599 B
Markdown
14 lines
599 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) > [remoteObject](./puppeteer.protocol.animation.resolveanimationresponse.remoteobject.md)
|
||
|
|
||
|
## Protocol.Animation.ResolveAnimationResponse.remoteObject property
|
||
|
|
||
|
Corresponding remote object.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
remoteObject: Runtime.RemoteObject;
|
||
|
```
|