Interface: ItemWithOptionalData
Signature:
interface ItemWithOptionalData<K, D>
ItemWithOptionalData
- Version:
- Since:
- Module:
Module usage
See JET Module Loading for an overview of module usage within JET.
Typescript Import Format
//To use this interface, import as below.
import {ItemWithOptionalData} from "ojs/ojdataprovider";
Generic Parameters
| Parameter | Description |
|---|
| K | Type of Key |
| D | Type of Data |
JET In Typescript
A detailed description of working with JET elements and classes in your typescript project can be found at:
JET Typescript Usage.
The interface for ItemWithOptionalData
Fields
-
(nullable) data :D
-
The data for the item
- Since:
-
-
The metadata for the item
- Since: