Interface: FetchByKeysResults
Signature:
interface FetchByKeysResults<K, D>
FetchByKeysResults
- 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 {FetchByKeysResults} 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
-
-
The parameters used for the fetch call.
- Since:
-
results :Map.<K, Item.<K, D>>
-
Map of keys and corresponding
Item. The map will only contain keys which were actually found.
- Since: