14 lines
548 B
Markdown
14 lines
548 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) > [AnimationCanceledEvent](./puppeteer.protocol.animation.animationcanceledevent.md) > [id](./puppeteer.protocol.animation.animationcanceledevent.id.md)
|
||
|
|
||
|
## Protocol.Animation.AnimationCanceledEvent.id property
|
||
|
|
||
|
Id of the animation that was cancelled.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
id: string;
|
||
|
```
|