Usage
Signature:
interface ItemMetadata<K>
Generic Parameters
Parameter Description K Type of Key
Typescript Import Format
//To use this interface, import as below.
import {ItemMetadata} from "ojs/ojdataprovider";
For additional information visit:
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