igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
23 lines (22 loc) • 579 B
TypeScript
import { ConfigurationMessage } from "./ConfigurationMessage";
import { ItemsSourceAction } from "./ItemsSourceAction";
import { Type } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class DataUpdatedMessage extends ConfigurationMessage {
static $t: Type;
private b;
get c(): ItemsSourceAction;
set c(a: ItemsSourceAction);
private e;
get g(): number;
set g(a: number);
private d;
get f(): number;
set f(a: number);
private h;
get i(): string;
set i(a: string);
toString(): string;
}