Class eclipse.ScrollEvent
This is the event sent when the editor scrolls.
See:
eclipse.Editor
eclipse.Editor#event:onScroll
Defined in: </shared/eclipse/e4/orion/I201106021400/plugins/org.eclipse.orion.client.editor/web/js/editor.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
The new scroll {x,y}.
|
|
The old scroll {x,y}.
|
Field Detail
newValue
The new scroll {x,y}.
oldValue
The old scroll {x,y}.