Appearance
要在 Konva 中检测拖放事件,我们可以使用 on() 方法将 dragstart、dragmove 或 dragend 事件绑定到节点。on() 方法需要指定事件类型以及事件触发时执行的函数。
dragstart
dragmove
dragend