Interface: ContainsKeysResults
Signature:
interface ContainsKeysResults<K>
ContainsKeysResults
- 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 {ContainsKeysResults} 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
Fields
-
-
The parameters used for the containsKeys call.
- Since:
-
results :Set<K>
-
Requested keys subset which are contained in the DataProvider.
- Since: