target property

Node get target

Returns the node the mutation affected, depending on the type. For "attributes", it is the element whose attribute changed. For "characterData", it is the CharacterData node. For "childList", it is the node whose children changed.

MDN Reference

Implementation

_i3.Node get target => _i4.getProperty(
      this,
      'target',
    );