UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

22 lines (21 loc) 615 B
import { WebPaneDragActionDescription } from "./WebPaneDragActionDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebMoveTabActionDescription extends WebPaneDragActionDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private t; get actionType(): string; set actionType(a: string); private p; get oldIndex(): number; set oldIndex(a: number); private o; get newIndex(): number; set newIndex(a: number); }