MutationObserverInit.AttributeFilter

MutationObserverInit.AttributeFilter property

Set to a list of attribute local names (without namespace) if not all attribute mutations need to be observed and attributes is true or omitted.

public IList<string> AttributeFilter { get; set; }

See Also