UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

27 lines (26 loc) 824 B
import { Description } from "./Description"; import { WebContentPaneDescription } from "./WebContentPaneDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebPanePinnedEventArgsDetailDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private m; get sourcePane(): WebContentPaneDescription; set sourcePane(a: WebContentPaneDescription); private k; get panes(): WebContentPaneDescription[]; set panes(a: WebContentPaneDescription[]); private p; get newValue(): boolean; set newValue(a: boolean); private s; get location(): string; set location(a: string); }