Type Definitions
-
ItemContext<K,D>
-
Properties:
Name Type Argument Description dataD the data of the item keyK the key of the item metadataItemMetadata.<K> <optional>
an object containing the metadata of the item
Oracle® JavaScript Extension Toolkit (JET)
20.0.0
G39657-01
See JET Module Loading for an overview of module usage within JET.
| 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 |