Interface: FetchListResult
Signature:
interface FetchListResult<K, D>
FetchListResult
- Version:
- Since:
- Module:
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 {FetchListResult} from "ojs/ojdataprovider";
Generic Parameters
| Parameter | Description |
|---|
| K | Type of Key |
| D | Type of Data |
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
Fields
-
data :D[]
-
Array of data for each row
- Since:
-
-
- Since:
-
-
Array of {link@ ItemMetadata} for each row
- Since: