Namespace: CommonTypes
Oracle® JavaScript Extension Toolkit (JET)
8.0.0
F18189-01
CommonTypes
- Version:
- 8.0.0
- Since:
- 7.0.0
- Module:
- ojcommontypes
Module usage
See JET Module Loading for an overview of module usage within JET.
Typescript Import Format
//This namespace exports multiple static methods or members. To import
import * as CommonTypes from "ojs/ojcommontypes";
//Now you can access the methods as CommonTypes.methodName and so on
JET In Typescript
A detailed description of working with JET elements and classes in your typescript project can be found at: JET Typescript Usage.