UNPKG

igniteui-react-core

Version:
22 lines (21 loc) 610 B
import { Description } from "./Description"; import { DataGridColumnDescription } from "./DataGridColumnDescription"; import { Type } from "./type"; /** * @hidden */ export declare class GridCellEditStartedEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get column(): DataGridColumnDescription; set column(a: DataGridColumnDescription); private j; get row(): number; set row(a: number); private l; get itemRef(): string; set itemRef(a: string); }