igniteui-react-core
Version:
Ignite UI React Core.
21 lines (20 loc) • 534 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ToolPanelContextChangedEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private h;
get contextKey(): string;
set contextKey(a: string);
private j;
get oldValueRef(): string;
set oldValueRef(a: string);
private i;
get newValueRef(): string;
set newValueRef(a: string);
}