UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

27 lines (26 loc) 880 B
import { GridRowEditEndedEventArgs as GridRowEditEndedEventArgs_internal } from "./GridRowEditEndedEventArgs"; import { ContentChildrenManager } from "igniteui-react-core"; export declare class IgrGridRowEditEndedEventArgs { protected createImplementation(): GridRowEditEndedEventArgs_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): GridRowEditEndedEventArgs_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; /** * Gets the row that ended editing. */ get row(): number; set row(v: number); /** * Gets the row item. */ get item(): any; set item(v: any); }