Skip to content

Commit 133e0fc

Browse files
committed
Document ToolEvent#type.
1 parent ced45c4 commit 133e0fc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/tool/ToolEvent.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ var ToolEvent = this.ToolEvent = Event.extend(/** @lends ToolEvent# */{
4040
return point ? point : toolPoint ? toolPoint.clone() : null;
4141
},
4242

43+
/**
44+
* The type of tool event.
45+
*
46+
* @name ToolEvent#type
47+
* @type String('mousedown', 'mouseup', 'mousemove', 'mousedrag')
48+
*/
49+
4350
/**
4451
* The position of the mouse in project coordinates when the event was
4552
* fired.

0 commit comments

Comments
 (0)