We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No callback on right-click
Callback called on right-click on any element (line, transformer, vl node, text node). Callback defined in constructor. Callback type:
(equipmentId: string, elementType: string) => void
Allow the user to create a context menu.
No response
The text was updated successfully, but these errors were encountered:
Similarly to OnToggleNadHoverCallbackType, is mousePosition : Point also needed in the callback?
OnToggleNadHoverCallbackType
mousePosition : Point
Sorry, something went wrong.
massimo-ferraro
Successfully merging a pull request may close this issue.
Describe the current behavior
No callback on right-click
Describe the expected behavior
Callback called on right-click on any element (line, transformer, vl node, text node).
Callback defined in constructor.
Callback type:
Describe the motivation
Allow the user to create a context menu.
Extra Information
No response
The text was updated successfully, but these errors were encountered: