Class orion.editor.StyleReadyEvent#LineStyle
				
				
			
				Represents style information for a line.
				
				
					
Defined in:  </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/AsyncStyler.js>.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							
							 Represents style information for a line. 
						 | 
					
| Field Attributes | Field Name and Description | 
|---|---|
| 
								
								 Optional; Gives the error styles for this line. 
							 | 
						|
| 
								
								 Optional; Gives the styles for this line. 
							 | 
						
					Field Detail
				
				
					 
					
					
					{orion.editor.StyleRange[]}
					errors
					
					
					
						Optional; Gives the error styles for this line. Error styles will be 
presented as annotations in the UI.
						
						
					
					
					
						
						
						
						
					
					
					{orion.editor.StyleRange[]}
					ranges
					
					
					
						Optional; Gives the styles for this line.