igniteui-react-core
Version:
Ignite UI React Core.
25 lines (24 loc) • 676 B
TypeScript
import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebRowDataEventArgsDetailDescription extends WebBaseEventArgsDetailDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue1;
private static __marshalByValueAlias1;
constructor();
private n;
get data(): any;
set data(a: any);
private p;
get rowData(): any;
set rowData(a: any);
private o;
get primaryKey(): any;
set primaryKey(a: any);
private q;
get rowKey(): any;
set rowKey(a: any);
}