GoJS 在 vue 项目中的使用

事件 说明
BackgroundSingleClicked 在背景上点击,发生的事件
textEdited node节点的文本编辑完之后,发生的事件
  • node和link的事件,写在node和link的定义里,比如:mouseEnter、mouseOver、mouseLeave。
    Mouse-over-like event properties include GraphObject.mouseEnter, GraphObject.mouseOver, and GraphObject.mouseLeave. But only Diagram.mouseOver applies to the diagram.

  • 相关介绍文章:
    GoJS教程:http://www.devtalking.com/tags/GOJS/
    Gojs组件,前端图形化插件之利器:https://www.cnblogs.com/landeanfen/p/7910530.html

posted on 2018-07-05 09:47  cag2050  阅读(2128)  评论(0编辑  收藏  举报

导航