add method
add
Adds the specified key and value to the MutationObserverInit
collection.
def add(self, key, value):
...
Parameter | Type | Description |
---|---|---|
key | str | The key of the element to add. |
value | any | The value of the element to add. |
See Also
- module
aspose.svg.dom.mutations
- class
MutationObserverInit