Internal
callbackInternal
Internal
Enables or disables global text selection during a drag or pan operation.
Whether to enable or disable global text selection
Optional
eventFunction: ((this: HTMLElement, ev: MouseEvent) => void)The event function to be added/removed when text selection is disabled/enabled
Add or update a callback for a given event of type.
The name of the event
The callback to be called when the event is triggered
Interaction handler for hovering nodes and relationships.
For examples, head to the Hover Interaction documentation page.