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