---
title: DOMMutationEvent
framework: webkit
role: symbol
role_heading: Class
path: webkit/dommutationevent
---

# DOMMutationEvent

## Declaration

```swift
class DOMMutationEvent
```

## Topics

### Instance Properties

- [attrChange](webkit/dommutationevent/attrchange.md)
- [attrName](webkit/dommutationevent/attrname.md)
- [newValue](webkit/dommutationevent/newvalue.md)
- [prevValue](webkit/dommutationevent/prevvalue.md)
- [relatedNode](webkit/dommutationevent/relatednode.md)

### Instance Methods

- [initMutationEvent(_:canBubble:cancelable:relatedNode:prevValue:newValue:attrName:attrChange:)](webkit/dommutationevent/initmutationevent(_:canbubble:cancelable:relatednode:prevvalue:newvalue:attrname:attrchange:).md)

## Relationships

### Inherits From

- [DOMEvent](webkit/domevent.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Document Object Model (DOM) APIs

- [DOMAbstractView](webkit/domabstractview.md)
- [DOMAttr](webkit/domattr.md)
- [DOMBlob](webkit/domblob.md)
- [DOMCDATASection](webkit/domcdatasection.md)
- [DOMCharacterData](webkit/domcharacterdata.md)
- [DOMComment](webkit/domcomment.md)
- [DOMCounter](webkit/domcounter.md)
- [DOMCSSCharsetRule](webkit/domcsscharsetrule.md)
- [DOMCSSFontFaceRule](webkit/domcssfontfacerule.md)
- [DOMCSSImportRule](webkit/domcssimportrule.md)
- [DOMCSSMediaRule](webkit/domcssmediarule.md)
- [DOMCSSPageRule](webkit/domcsspagerule.md)
- [DOMCSSPrimitiveValue](webkit/domcssprimitivevalue.md)
- [DOMCSSRule](webkit/domcssrule.md)
- [DOMCSSRuleList](webkit/domcssrulelist.md)
