MutationRecord.Target

MutationRecord.Target property

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.

public Node Target { get; }

Property Value

The target.

See Also