Usage
Signature:
interface Item<K, D> extends 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 {Item} from "ojs/ojdataprovider";
For additional information visit:
Fields
- 
    
    data :D
- 
    
      The data for the item- Since:
- 4.1.0
 
 
- 
    
    metadata :ItemMetadata.<K>
- 
    
      The metadata for the item- Since:
- 4.1.0