Class orion.editor.StyleRange
This object is used to style range.
See:
orion.editor.TextView
orion.editor.TextView#event:onLineStyle
Defined in: </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.editor/web/orion/editor/textView.js>.
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Field Attributes | Field Name and Description | 
|---|---|
| The end character offset (exclusive), relative to the document, where the style should be applied. | |
| The start character offset, relative to the document, where the style should be applied. | |
| The style for the range. | 
					Field Detail
				
				
					 
					
					
					{Number}
					end
					
					
					
						The end character offset (exclusive), relative to the document, where the style should be applied.
						
						
					
					
					
						
						
						
						
					
					
					{Number}
					start
					
					
					
						The start character offset, relative to the document, where the style should be applied.
						
						
					
					
					
						
						
						
						
					
					
					{orion.editor.Style}
					style
					
					
					
						The style for the range.