MutationObserverInit.Item

MutationObserverInit indexer

Gets or sets the element with the specified key.

public object this[string key] { get; set; }
ParameterDescription
keyThe key of the element to get or set.

Return Value

The value associated with the specified key.

See Also