UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

22 lines (21 loc) 593 B
import { ColumnType } from '../common/grid.interface'; import * as i0 from "@angular/core"; /** * This enumeration is used to configure whether the drop position is set before or after * the target. */ export declare enum DropPosition { BeforeDropTarget = 0, AfterDropTarget = 1 } /** * @hidden * @internal */ export declare class IgxColumnMovingService { cancelDrop: boolean; icon: HTMLElement; column: ColumnType; static ɵfac: i0.ɵɵFactoryDeclaration<IgxColumnMovingService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<IgxColumnMovingService>; }