target property

Node get target

The MutationRecord read-only property target is the target (i.e. the mutated/changed node) of a mutation observed with a MutationObserver.

Implementation

external Node get target;