All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.services.service.d.ts Maven / Gradle / Ivy

import { ChartModel } from '../model/model';
import { Services } from '../interfaces/services';
export declare class Service {
    protected model: ChartModel;
    protected services: Services;
    constructor(model: ChartModel, services: Services);
    init(): void;
    update(): void;
    setModel(newObj: ChartModel): void;
    setServices(newObj: Services): void;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy