MutationObserverInit.Values

MutationObserverInit.Values property

Gets a collection containing the values in the MutationObserverInit collection.

public ICollection<object> Values { get; }

Return Value

A collection containing the values.

See Also