MutationRecord.OldValue

MutationRecord.OldValue property

The return value depends on type. For “attributes”, it is the value of the changed attribute before the change. For “characterData”, it is the data of the changed node before the change. For “childList”, it is null.

public string OldValue { get; }

Property Value

The old value.

See Also