Interface: GridItemMetadata

Oracle® JavaScript Extension Toolkit (JET)
17.0.0

F92240-01

Since:
  • 16.1.0
Module:
  • ojdatagridprovider

QuickNav

Fields

Description

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


Usage

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

For additional information visit:


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

Fields

(nullable) sortDirection :('ascending'|'descending'|'unsorted')

Metadata of the label. By default it is 'null'.
Since:
  • 16.1.0