Variable: evt
Holds the inner event object.
Variable: graphX
Holds the x-coordinate of the event in the graph. This value is set in <mxGraph.fireMouseEvent>.
Variable: graphY
Holds the y-coordinate of the event in the graph. This value is set in <mxGraph.fireMouseEvent>.
Variable: sourceState
Holds the
Variable: state
Holds the optional
Function: consume
Sets
Parameters:
preventDefault - Specifies if the native event should be canceled. Default is true.
Function: getCell
Returns the
Function: getEvent
Returns
Function: getGraphX
Returns
Function: getGraphY
Returns
Function: getSource
Returns the target DOM element using <mxEvent.getSource> for
Function: getState
Returns
Function: getX
Returns <evt.clientX>.
Function: getY
Returns <evt.clientY>.
Function: isConsumed
Returns
Function: isPopupTrigger
Returns true if the event is a popup trigger.
Function: isSource
Returns true if the given
Generated using TypeDoc
Variable: consumed
Holds the consumed state of this event.