UNPKG

igniteui-react-core

Version:
23 lines (22 loc) 742 B
import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription"; import { Type } from "./type"; import { WebRowTypeDescription } from "./WebRowTypeDescription"; /** * @hidden */ export declare class WebRowDragEndEventArgsDetailDescription extends WebBaseEventArgsDetailDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private r; get dragDirective(): any; set dragDirective(a: any); private m; get dragData(): WebRowTypeDescription; set dragData(a: WebRowTypeDescription); private p; get animation(): boolean; set animation(a: boolean); }