Interface: GridBodyItemMetadata
- Since:
- Module:
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
-
(nullable) validity :('valid'|'invalidShown'|'pending'|'invalidHidden')
-
Metadata of the cell. By default it is 'null'.
- Since: