igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
20 lines (19 loc) • 665 B
TypeScript
import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription";
import { Type } from "./type";
import { WebRowTypeDescription } from "./WebRowTypeDescription";
/**
* @hidden
*/
export declare class WebRowDragStartEventArgsDetailDescription extends WebBaseEventArgsDetailDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue1;
private static __marshalByValueAlias1;
constructor();
private n;
get dragDirective(): any;
set dragDirective(a: any);
private k;
get dragData(): WebRowTypeDescription;
set dragData(a: WebRowTypeDescription);
}