Interface: DataProviderOperationEventDetail
Signature:
interface DataProviderOperationEventDetail<K, D>
DataProviderOperationEventDetail
- 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 {DataProviderOperationEventDetail} 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.
Fields
-
(nullable) data :D[]
-
Optional data of items involved in the operation
- Since:
-
(nullable) indexes :number[]
-
Optional indexes of items involved in the operation. They are relative to after the
operation was completed and not the original array.
- Since:
-
keys :Set<K>
-
keys of items involved in the operation
- Since:
-
-
Optional metadata of items involved in the operation
- Since: