Namespace: CommonTypes

Oracle® JavaScript Extension Toolkit (JET)
14.0.0

F60128-02

Since:
  • 7.0.0
Module:
  • ojcommontypes

QuickNav

Usage

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

For additional information visit:


Type Definitions

ItemContext<K,D>

Properties:
Name Type Argument Description
data D the data of the item
key K the key of the item
metadata ItemMetadata.<K> <optional>
an object containing the metadata of the item