UNPKG

igniteui-react-core

Version:
22 lines (21 loc) 741 B
import { Description } from "./Description"; import { ChartSelectionDescription } from "./ChartSelectionDescription"; import { Type } from "./type"; /** * @hidden */ export declare class SeriesViewerSelectedSeriesItemsChangedEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private j; get oldItems(): ChartSelectionDescription[]; set oldItems(a: ChartSelectionDescription[]); private i; get newItems(): ChartSelectionDescription[]; set newItems(a: ChartSelectionDescription[]); private h; get currentItems(): ChartSelectionDescription[]; set currentItems(a: ChartSelectionDescription[]); }