UNPKG

igniteui-react-core

Version:
25 lines (24 loc) 766 B
import { Description } from "./Description"; import { WebCellTypeDescription } from "./WebCellTypeDescription"; import { Type } from "./type"; import { WebRowTypeDescription } from "./WebRowTypeDescription"; /** * @hidden */ export declare class WebGridContextMenuEventArgsDetailDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private h; get cell(): WebCellTypeDescription; set cell(a: WebCellTypeDescription); private m; get event(): any; set event(a: any); private j; get row(): WebRowTypeDescription; set row(a: WebRowTypeDescription); }