remove method
remove
Removes the value associated with the specified key from the MutationObserverInit
collection.
Returns
True if the element is successfully found and removed; otherwise, false.
def remove(self, key):
...
Parameter | Type | Description |
---|---|---|
key | str | The key of the element to remove. |
See Also
- module
aspose.svg.dom.mutations
- class
MutationObserverInit