GraphNode.onClick method
GraphNode › onClick
Unofficial
Method called when the node (circle) is clicked, trigger the context menu if it's a right clickSignature:
onClick(e: MouseEvent): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| e | MouseEvent | The mouse event. |
Returns: void