Interface: SortComparators
Oracle® JavaScript Extension Toolkit (JET)
8.0.0
F18189-01
Signature:
interface SortComparators<D>
SortComparators
- Version:
- 8.0.0
- Since:
- 4.1.0
- Module:
- ojarraydataprovider
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 ArrayDataProvider= require("ojs/ojarraydataprovider");
//To access this interface in your code,
let myVariable: ArrayDataProvider.SortComparators;
Generic Parameters
Parameter Description 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.