igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
50 lines (49 loc) • 1.53 kB
TypeScript
import { WebDockManagerPaneDescription } from "./WebDockManagerPaneDescription";
import { WebDockManagerPointDescription } from "./WebDockManagerPointDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebSplitPaneDescription extends WebDockManagerPaneDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue1;
private static __marshalByValueAlias1;
constructor();
private ag;
get id(): string;
set id(a: string);
private ai;
get paneType(): string;
set paneType(a: string);
private ah;
get orientation(): string;
set orientation(a: string);
private m;
get panes(): WebDockManagerPaneDescription[];
set panes(a: WebDockManagerPaneDescription[]);
private ab;
get size(): number;
set size(a: number);
private o;
get floatingLocation(): WebDockManagerPointDescription;
set floatingLocation(a: WebDockManagerPointDescription);
private aa;
get floatingWidth(): number;
set floatingWidth(a: number);
private z;
get floatingHeight(): number;
set floatingHeight(a: number);
private s;
get floatingResizable(): boolean;
set floatingResizable(a: boolean);
private r;
get allowEmpty(): boolean;
set allowEmpty(a: boolean);
private t;
get isMaximized(): boolean;
set isMaximized(a: boolean);
private u;
get useFixedSize(): boolean;
set useFixedSize(a: boolean);
}