igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
9 lines (8 loc) • 450 B
TypeScript
import { IgCollection } from "igniteui-angular-core";
import { SyncableObservableCollection$2 } from "igniteui-angular-core";
import { MarkerType } from './MarkerType';
export declare class IgxMarkerTypeCollection extends IgCollection<MarkerType, MarkerType> {
constructor(list?: MarkerType[]);
protected _ensureOuter(item: any): MarkerType;
protected _createInnerColl(): SyncableObservableCollection$2<MarkerType, MarkerType>;
}