UNPKG

igniteui-react-core

Version:
43 lines (42 loc) 1.27 kB
import { Description } from "./Description"; import { WebGridCellIdentifierDescription } from "./WebGridCellIdentifierDescription"; import { Type } from "./type"; import { WebGridBaseDirectiveDescription } from "./WebGridBaseDirectiveDescription"; /** * @hidden */ export declare class WebRowDataCancelableEventArgsDetailDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private j; get cellID(): WebGridCellIdentifierDescription; set cellID(a: WebGridCellIdentifierDescription); private q; get oldValue(): any; set oldValue(a: any); private p; get newValue(): any; set newValue(a: any); private m; get isAddRow(): boolean; set isAddRow(a: boolean); private h; get owner(): WebGridBaseDirectiveDescription; set owner(a: WebGridBaseDirectiveDescription); private o; get data(): any; set data(a: any); private s; get rowData(): any; set rowData(a: any); private r; get primaryKey(): any; set primaryKey(a: any); private t; get rowKey(): any; set rowKey(a: any); }