igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
19 lines (18 loc) • 579 B
TypeScript
import { Description } from "./Description";
import { WebContentPaneDescription } from "./WebContentPaneDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebActivePaneEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private f;
get newPane(): WebContentPaneDescription;
set newPane(a: WebContentPaneDescription);
private g;
get oldPane(): WebContentPaneDescription;
set oldPane(a: WebContentPaneDescription);
}