igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
26 lines (25 loc) • 837 B
TypeScript
import { Description } from "./Description";
import { PointDescription } from "./PointDescription";
import { SeriesViewerDescription } from "./SeriesViewerDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class PlotAreaMouseButtonEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private h;
get chartPosition(): PointDescription;
set chartPosition(a: PointDescription);
private i;
get plotAreaPosition(): PointDescription;
set plotAreaPosition(a: PointDescription);
private n;
get manipulationOccurred(): boolean;
set manipulationOccurred(a: boolean);
private l;
get viewer(): SeriesViewerDescription;
set viewer(a: SeriesViewerDescription);
}