UNPKG

igniteui-react-core

Version:
22 lines (21 loc) 761 B
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[]); }