observe method
Contents
[
Hide
]observe
Instructs the user agent to observe a given target (a node) and report any mutations based on the criteria given by options (an object). The options argument allows for setting mutation observation options via object members.
def observe(self, target):
...
Parameter | Type | Description |
---|---|---|
target | Node | The target for observe. |
observe
Instructs the user agent to observe a given target (a node) and report any mutations based on the criteria given by options (an object). The options argument allows for setting mutation observation options via object members.
def observe(self, target, options):
...
Parameter | Type | Description |
---|---|---|
target | Node | The target for observe. |
options | MutationObserverInit | The observer options. |
See Also
- module
aspose.svg.dom.mutations
- class
MutationObserver