igniteui-react-core
Version:
Ignite UI React Core.
20 lines (19 loc) • 641 B
TypeScript
import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription";
import { WebCellTypeDescription } from "./WebCellTypeDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebGridCellEventArgsDetailDescription extends WebBaseEventArgsDetailDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue1;
private static __marshalByValueAlias1;
constructor();
private m;
get cell(): WebCellTypeDescription;
set cell(a: WebCellTypeDescription);
private p;
get event(): any;
set event(a: any);
}