index.DependencyGraphNode
Dependency graph node describing subscriber counts per property on a target object.
properties: Record<string, { subscriberCount: number }>
Map of property keys to active subscriber count.
targetName: string
Class or constructor name of the target object.