igniteui-webcomponents-charts
Version:
Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.
9 lines (8 loc) • 454 B
TypeScript
import { IgCollection } from "igniteui-webcomponents-core";
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
import { MarkerType } from './MarkerType';
export declare class IgcMarkerTypeCollection extends IgCollection<MarkerType, MarkerType> {
constructor(list?: MarkerType[]);
protected _ensureOuter(item: any): MarkerType;
protected _createInnerColl(): SyncableObservableCollection$2<MarkerType, MarkerType>;
}