Skip to content

GraphNode.onClick method

GraphNode › onClick

Unofficial

Method called when the node (circle) is clicked, trigger the context menu if it's a right click

Signature:

onClick(e: MouseEvent): void

Parameters:

Parameter Type Description
e MouseEvent The mouse event.

Returns: void