UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

27 lines (26 loc) 894 B
import { GridRowEditStartedEventArgs as GridRowEditStartedEventArgs_internal } from "./GridRowEditStartedEventArgs"; import { ContentChildrenManager } from "igniteui-react-core"; export declare class IgrGridRowEditStartedEventArgs { protected createImplementation(): GridRowEditStartedEventArgs_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): GridRowEditStartedEventArgs_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; 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); }