<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [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. |