Interface: GridBodyItemMetadata

Oracle® JavaScript Extension Toolkit (JET)
16.1.0

F92237-01

Since:
  • 16.0.0
Module:
  • ojdatagridprovider

QuickNav

Fields

Description

Interface for metadata property for the databody item returned to the DataGrid from the GridBodyItem#metadata.


Usage

Typescript Import Format
//To use this interface, import as below.
import {GridBodyItemMetadata} from "ojs/ojdatagridprovider";

For additional information visit:


Interface for metadata property for the databody item returned to the DataGrid from the GridBodyItem#metadata.

Fields

itemMetadata :object

Metadata of the cell. By default it is 'null'.
Since:
  • 16.0.0