igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
22 lines (21 loc) • 615 B
TypeScript
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 q;
get actionType(): string;
set actionType(a: string);
private m;
get oldIndex(): number;
set oldIndex(a: number);
private l;
get newIndex(): number;
set newIndex(a: number);
}