Interface: SortCriterion
Oracle® JavaScript Extension Toolkit (JET)
8.0.0
F18189-01
Signature:
interface SortCriterion<D>
SortCriterion
- Version:
- 8.0.0
- Since:
- 4.1.0
- Module:
- ojdataprovider
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 {SortCriterion} from "ojs/ojdataprovider";
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.