mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
23 lines
926 B
Markdown
23 lines
926 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) > [AttributeModifiedEvent](./puppeteer.protocol.dom.attributemodifiedevent.md)
|
||
|
|
||
|
## Protocol.DOM.AttributeModifiedEvent interface
|
||
|
|
||
|
Fired when `Element`<!-- -->'s attribute is modified.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface AttributeModifiedEvent
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [name](./puppeteer.protocol.dom.attributemodifiedevent.name.md) | string | Attribute name. |
|
||
|
| [nodeId](./puppeteer.protocol.dom.attributemodifiedevent.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the node that has changed. |
|
||
|
| [value](./puppeteer.protocol.dom.attributemodifiedevent.value.md) | string | Attribute value. |
|
||
|
|