UNPKG

igniteui-react-core

Version:
27 lines (26 loc) 758 B
import { Description } from "./Description"; import { Type } from "./type"; import { WebRowTypeDescription } from "./WebRowTypeDescription"; /** * @hidden */ export declare class WebRowDragStartEventArgsDetailDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private m; get dragDirective(): any; set dragDirective(a: any); private h; get dragData(): WebRowTypeDescription; set dragData(a: WebRowTypeDescription); private k; get cancel(): boolean; set cancel(a: boolean); private n; get owner(): any; set owner(a: any); }