UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

23 lines (22 loc) 1.35 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { markEnum } from "igniteui-react-core"; export var GridCellType = /*@__PURE__*/ (function (GridCellType) { GridCellType[GridCellType["Unspecified"] = 0] = "Unspecified"; GridCellType[GridCellType["Normal"] = 1] = "Normal"; GridCellType[GridCellType["Edit"] = 2] = "Edit"; GridCellType[GridCellType["EditRow"] = 3] = "EditRow"; GridCellType[GridCellType["MergedCell"] = 4] = "MergedCell"; GridCellType[GridCellType["FilterCell"] = 5] = "FilterCell"; GridCellType[GridCellType["MovingSeparator"] = 6] = "MovingSeparator"; GridCellType[GridCellType["ResizeSeparator"] = 7] = "ResizeSeparator"; return GridCellType; })({}); /** * @hidden */ export let GridCellType_$type = /*@__PURE__*/ markEnum('GridCellType', 'Unspecified,0|Normal,1|Edit,2|EditRow,3|MergedCell,4|FilterCell,5|MovingSeparator,6|ResizeSeparator,7');