Replies: 2 comments
-
我是利用事件冒泡,监听节点点击事件,判断 e.target 是哪个目标元素来处理的。
|
Beta Was this translation helpful? Give feedback.
0 replies
-
如果是 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
请教各位,如何能在外部监听到自定义html节点内部触发的事件?
我预想是通过在内部执行类似 notify 或者 emit 的方法,将消息传到 graph,通过监听 graph 上的事件进行操作,但是好像不太行
可以粘贴到 https://antv-x6.gitee.io/zh/examples/node/native-node#rect 图表示例里面查看效果
发现每个节点携带了一个 store,可以利用其中的发布订阅模式来做
但是这种方法使用了内部对象,有更好的方法解决这个问题吗?
Beta Was this translation helpful? Give feedback.
All reactions