Interface: GridItemMetadata
      
    
    
    
    
    
    
    
        - Since:
- Module:
    
  
  
    Usage
 
    
        
          - Typescript Import Format
- //To use this interface, import as below.
 import {GridItemMetadata} from "ojs/ojdatagridprovider";
 
For additional information visit:
    
    
   
    
    
    
        
            Interface for metadata property for the item returned to the DataGrid from the GridItem#metadata.
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 
    
    
    
    
    
    
        
        
            Fields
            
        
        
            
                
- 
    
    
        
          description :string
          
        
    
- 
    
      
        Additional information to display to the user via popup.
       
    
    
    
    
    
    
    
        - Since:
 
- 
    
    
        
          (nullable) sortDirection :('ascending'|'descending'|'unsorted')
          
        
    
- 
    
      
        Metadata of the label. By default it is 'null'.
       
    
    
    
    
    
    
    
        - Since: