UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

36 lines (35 loc) 1.13 kB
import { Description } from "./Description"; import { SeriesDescription } from "./SeriesDescription"; import { PointDescription } from "./PointDescription"; import { SeriesViewerDescription } from "./SeriesViewerDescription"; import { Type } from "./type"; /** * @hidden */ export declare class DataChartMouseButtonEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private t; get handled(): boolean; set handled(a: boolean); private s; get cancelSelection(): boolean; set cancelSelection(a: boolean); private w; get itemRef(): string; set itemRef(a: string); private o; get series(): SeriesDescription; set series(a: SeriesDescription); private k; get plotAreaPosition(): PointDescription; set plotAreaPosition(a: PointDescription); private l; get worldPosition(): PointDescription; set worldPosition(a: PointDescription); private q; get chart(): SeriesViewerDescription; set chart(a: SeriesViewerDescription); }