Skip to content

NetworkHit

Defined in: network/network.ts:33

What a network Network.pick resolved — carried as the datum of the HoverHit passed to on("hover" | "click") handlers. The hit’s id is the tree node id: for a leaf that’s the original node index; an aggregate id is ≥ leafCount.

aggregate: boolean

Defined in: network/network.ts:35

True if the target is an aggregate glyph (a collapsed module/subtree), false for a single node.


count: number

Defined in: network/network.ts:37

Leaf nodes the target covers — 1 for a leaf, the subtree size for an aggregate.