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
jsplumb并不知道你的数据结构。
当某个连线被建立时,会触发connection事件。
告诉的信息是哪个节点与哪个节点相连了 ,怎么知道这个节点的下的锚点与另一个节点下的锚点相连了 ? 可以给锚点设置名字吗?
The text was updated successfully, but these errors were encountered:
建议你把connnection事件打印出来,里边肯定是有锚点的信息的。因为连线就是从一个锚点到另一个锚点的。
Sorry, something went wrong.
No branches or pull requests
jsplumb并不知道你的数据结构。
当某个连线被建立时,会触发connection事件。
你需要订阅这个事件。这个事件会告诉你很多信息,包括从哪个点连接到哪个点。
告诉的信息是哪个节点与哪个节点相连了 ,怎么知道这个节点的下的锚点与另一个节点下的锚点相连了 ? 可以给锚点设置名字吗?
The text was updated successfully, but these errors were encountered: