igniteui-react-core
Version:
Ignite UI React Core.
22 lines (21 loc) • 761 B
TypeScript
import { Description } from "./Description";
import { WebDockManagerPaneDescription } from "./WebDockManagerPaneDescription";
import { WebContentPaneDescription } from "./WebContentPaneDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebPaneCloseEventArgsDetailDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
private static __marshalByValue;
private static __marshalByValueAlias;
constructor();
private j;
get sourcePane(): WebDockManagerPaneDescription;
set sourcePane(a: WebDockManagerPaneDescription);
private h;
get panes(): WebContentPaneDescription[];
set panes(a: WebContentPaneDescription[]);
}