//To use this interface, import as below. import {DataProviderMutationEventDetail} 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
This interface defines the payload of the DataProviderMutationEvent and specifies as one atomic event all the mutation operations which
occurred. The keys for each operation must be disjoint from each other, e.g. for example
an add and remove cannot occur on the same item. In addition, any indexes specified must
be monotonically increasing.