Fields
-
key :K
-
The key for the row
- Since:
- 4.1.0
-
(nullable) message :ItemMessage
-
An optional message such as error associated with the row
- Since:
- 9.0.0
Oracle® JavaScript Extension Toolkit (JET)
9.1.0
F30737-01
interface ItemMetadata<K>
See JET Module Loading for an overview of module usage within JET.
//To use this interface, import as below.
import {ItemMetadata} from "ojs/ojdataprovider";| Parameter | Description |
|---|---|
| K | Type of Key |
A detailed description of working with JET elements and classes in your typescript project can be found at: JET Typescript Usage.