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
- class MutationRecord
- package com.aspose.html.Dom.Mutations
- package Aspose.HTML