Usage
Signature:
interface ItemWithOptionalData<K, D>
- Generic Parameters
- Parameter - Description - K - Type of Key - D - Type of Data 
- Typescript Import Format
- //To use this interface, import as below.
 import {ItemWithOptionalData} from "ojs/ojdataprovider";
For additional information visit:
The interface for ItemWithOptionalData
        
        
        
         
  Fields
- 
    
    (nullable) data :D
- 
    
      The data for the item- Since:
- 9.0.0
 
 
- 
    
    metadata :ItemMetadata.<K>
- 
    
      The metadata for the item- Since:
- 9.0.0