UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

23 lines (22 loc) 685 B
import { GridRowEditStartedEventArgs as GridRowEditStartedEventArgs_internal } from "./GridRowEditStartedEventArgs"; export declare class IgcGridRowEditStartedEventArgs { protected createImplementation(): GridRowEditStartedEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): GridRowEditStartedEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; /** * Gets the row that started editing. */ get row(): number; set row(v: number); /** * Gets the row item. */ get item(): any; set item(v: any); }