Class orion.editor.ScrollEvent
This is the event sent when the text view scrolls.
See:
orion.editor.TextView
orion.editor.TextView#event:onScroll
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/textView.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
				
				
					 
					
					
					{Object}
					newValue
					
					
					
						The new scroll {x,y}.
						
						
					
					
					
						
						
						
						
					
					
					{Object}
					oldValue
					
					
					
						The old scroll {x,y}.