MutationObserverInitAttributes Property
Set to true if mutations to target’s attributes are to be observed. Can be omitted if attributeOldValue and/or attributeFilter is specified.

Namespace: Aspose.Html.Dom.Mutations
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public bool Attributes { get; set; }

Property Value

Type: Boolean
See Also