Interface: ItemMetadata
Oracle® JavaScript Extension Toolkit (JET)
8.2.0
F24340-01
Signature:
interface ItemMetadata<K>
ItemMetadata
- Version:
- 8.2.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.
Description
Defines the item metadata objects in FetchListResult#metadata. Note that key is the only mandatory property,
implementations can provide additional properties as needed.