mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
	
	
		
			24 lines
		
	
	
		
			666 B
		
	
	
	
		
			Markdown
		
	
	
	
		
		
			
		
	
	
			24 lines
		
	
	
		
			666 B
		
	
	
	
		
			Markdown
		
	
	
	
| 
								 | 
							
								+++
							 | 
						||
| 
								 | 
							
								# -----------------------------------------------------------------------
							 | 
						||
| 
								 | 
							
								# Do not edit this file. It is automatically generated by API Documenter.
							 | 
						||
| 
								 | 
							
								# -----------------------------------------------------------------------
							 | 
						||
| 
								 | 
							
								title = "identityOverrideProcessor"
							 | 
						||
| 
								 | 
							
								keywords = ["grafana","documentation","sdk","@grafana/data"]
							 | 
						||
| 
								 | 
							
								type = "docs"
							 | 
						||
| 
								 | 
							
								+++
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								## identityOverrideProcessor variable
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								### identityOverrideProcessor variable
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<b>Signature</b>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								```typescript
							 | 
						||
| 
								 | 
							
								identityOverrideProcessor: <T>(value: T, _context: FieldOverrideContext, _settings: any) => T
							 | 
						||
| 
								 | 
							
								```
							 | 
						||
| 
								 | 
							
								<b>Import</b>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								```typescript
							 | 
						||
| 
								 | 
							
								import { identityOverrideProcessor } from '@grafana/data';
							 | 
						||
| 
								 | 
							
								```
							 |