relatedNode property

Node? get relatedNode

The relatedNode read-only property of the MutationEvent interface returns a string indicating the node related to the event, like the changed node inside the subtree for DOMSubtreeModified.

Implementation

external Node? get relatedNode;