UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

19 lines (18 loc) 428 B
import { InteractionMessage } from "./InteractionMessage"; import { Type } from "igniteui-angular-core"; /** * @hidden */ export declare class ViewPropertyChangedMessage extends InteractionMessage { static $t: Type; private f; get g(): string; set g(a: string); private c; get e(): any; set e(a: any); private b; get d(): any; set d(a: any); toString(): string; }