define(['ojs/ojdataprovider'], function(dataprovider) {
// Application should call API on dataprovider.DataProviderMutationEvent
})
Typescript Import Format
//To import this class, use the format below. import {DataProviderMutationEvent} 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.
Final classes in JET
Classes in JET are generally final and do not support subclassing. At the moment, final is not enforced. However, this will likely change in an upcoming JET release.