search

goog.fx.DragEvent

Provided By
Extends

Object representing a drag event

new DragEvent( type, dragobj, clientX, clientY, browserEvent, opt_actX, opt_actY, opt_dragCanceled )

Parameters
typestring

Event type.

dragobj(goog.fx.Dragger|null)

Drag object initiating event.

clientXnumber

X-coordinate relative to the viewport.

clientYnumber

Y-coordinate relative to the viewport.

browserEvent(goog.events.BrowserEvent|null)

The closure object representing the browser event that caused this drag event.

opt_actXnumber=

Optional actual x for drag if it has been limited.

opt_actYnumber=

Optional actual y for drag if it has been limited.

opt_dragCanceledboolean=

Whether the drag has been canceled.

Instance Methods

Instance Properties