Skip to content

NetworkHit

Defined in: network/network.ts:32

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:34

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


count: number

Defined in: network/network.ts:36

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