22 lines
820 B
Markdown
22 lines
820 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [AttributeRemovedEvent](./puppeteer.protocol.dom.attributeremovedevent.md)
|
||
|
|
||
|
## Protocol.DOM.AttributeRemovedEvent interface
|
||
|
|
||
|
Fired when `Element`<!-- -->'s attribute is removed.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface AttributeRemovedEvent
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [name](./puppeteer.protocol.dom.attributeremovedevent.name.md) | string | A ttribute name. |
|
||
|
| [nodeId](./puppeteer.protocol.dom.attributeremovedevent.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the node that has changed. |
|
||
|
|