UNPKG

igniteui-react-core

Version:
49 lines (48 loc) 1.55 kB
import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription"; import { Type } from "./type"; import { WebGridCellIdentifierDescription } from "./WebGridCellIdentifierDescription"; import { WebColumnDescription } from "./WebColumnDescription"; import { WebGridBaseDirectiveDescription } from "./WebGridBaseDirectiveDescription"; /** * @hidden */ export declare class WebGridEditDoneEventArgsDetailDescription extends WebBaseEventArgsDetailDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private ab; get rowID(): any; set rowID(a: any); private z; get primaryKey(): any; set primaryKey(a: any); private ac; get rowKey(): any; set rowKey(a: any); private q; get cellID(): WebGridCellIdentifierDescription; set cellID(a: WebGridCellIdentifierDescription); private aa; get rowData(): any; set rowData(a: any); private y; get oldValue(): any; set oldValue(a: any); private x; get newValue(): any; set newValue(a: any); private m; get column(): WebColumnDescription; set column(a: WebColumnDescription); private o; get owner(): WebGridBaseDirectiveDescription; set owner(a: WebGridBaseDirectiveDescription); private t; get isAddRow(): boolean; set isAddRow(a: boolean); private u; get valid(): boolean; set valid(a: boolean); }