igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
20 lines (19 loc) • 532 B
TypeScript
import { WebPaneDragActionDescription } from "./WebPaneDragActionDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebMoveTabActionDescription extends WebPaneDragActionDescription {
static $t: Type;
protected get_type(): string;
constructor();
private k;
get actionType(): string;
set actionType(a: string);
private h;
get oldIndex(): number;
set oldIndex(a: number);
private g;
get newIndex(): number;
set newIndex(a: number);
}