igniteui-react-core
Version:
Ignite UI React Core.
32 lines (31 loc) • 1.11 kB
TypeScript
import { WebFloatingPaneResizeEventArgsDetailDescription } from "./WebFloatingPaneResizeEventArgsDetailDescription";
import { WebDockManagerPointDescription } from "./WebDockManagerPointDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebFloatingPaneResizeMoveEventArgsDetailDescription extends WebFloatingPaneResizeEventArgsDetailDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue1;
private static __marshalByValueAlias1;
constructor();
private w;
get oldWidth(): number;
set oldWidth(a: number);
private u;
get newWidth(): number;
set newWidth(a: number);
private v;
get oldHeight(): number;
set oldHeight(a: number);
private t;
get newHeight(): number;
set newHeight(a: number);
private p;
get oldLocation(): WebDockManagerPointDescription;
set oldLocation(a: WebDockManagerPointDescription);
private o;
get newLocation(): WebDockManagerPointDescription;
set newLocation(a: WebDockManagerPointDescription);
}