The interface for oj.ItemMetadata. Note that key is the only mandatory property,
implementations can provide additional properties as needed.
Interface: ItemMetadata
Oracle® JavaScript Extension Toolkit (JET)
8.0.0
F18189-01
Signature:
interface ItemMetadata<K>
ItemMetadata
- Version:
- 8.0.0
- Since:
- 4.1.0
- Module:
- ojdataprovider
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 {ItemMetadata} from "ojs/ojdataprovider";
Generic Parameters
Parameter Description K Type of Key
JET In Typescript
A detailed description of working with JET elements and classes in your typescript project can be found at: JET Typescript Usage.