Interface: DependencyGraphNode

index.DependencyGraphNode

Dependency graph node describing subscriber counts per property on a target object.

Table of contents

Properties

Properties

properties

properties: Record<string, { subscriberCount: number }>

Map of property keys to active subscriber count.


targetName

targetName: string

Class or constructor name of the target object.