index.getDependencyGraph
getDependencyGraph(target): DependencyGraphNode
Inspects and retrieves the reactive dependency graph node for a target object.
| Name | Type | Description |
|---|---|---|
target |
object |
The target object or store to inspect. |
A DependencyGraphNode describing subscriber counts per property.
Example