HitTargets: {
    nodes: HitTargetNode[];
    relationships: HitTargetRelationship[];
}

A collection of nodes and relationships that have been hit by a pointer event Part of the result of a NVL.NVL.getHits call

Type declaration

  • nodes: HitTargetNode[]

    The nodes that have been hit by the pointer event.

  • relationships: HitTargetRelationship[]

    The relationships that have been hit by the pointer event.