UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

9 lines (8 loc) 580 B
import { IgCollection } from "igniteui-webcomponents-core"; import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core"; import { ChartSelection as ChartSelection_internal } from './ChartSelection'; import { IgcChartSelection as IgcChartSelection } from './igc-chart-selection'; export declare class IgcChartSelectedItemCollection extends IgCollection<IgcChartSelection, ChartSelection_internal> { constructor(list?: IgcChartSelection[]); protected _createInnerColl(): SyncableObservableCollection$2<IgcChartSelection, ChartSelection_internal>; }