MutationRecord.Type

MutationRecord.Type property

Returns “attributes” if it was an attribute mutation, “characterData” if it was a mutation to a CharacterData node and “childList” if it was a mutation to the tree of nodes.

public string Type { get; }

Property Value

The type.

See Also