The interface for oj.Item
Fields
-
data :D
-
The data for the item
- Since:
- 4.1.0
-
metadata :ItemMetadata<K>
-
The metadata for the item
- Since:
- 4.1.0
Oracle® JavaScript Extension Toolkit (JET)
8.0.0
F18189-01
interface Item<K, D>
See JET Module Loading for an overview of module usage within JET.
//To use this interface, import as below.
import {Item} from "ojs/ojdataprovider";| Parameter | Description |
|---|---|
| K | Type of Key |
| D | Type of Data |
A detailed description of working with JET elements and classes in your typescript project can be found at: JET Typescript Usage.