package.dist.services.essentials.files.d.ts Maven / Gradle / Ivy
import { Service } from '../service';
import { ChartModel } from '../../model/model';
export declare class Files extends Service {
constructor(model: ChartModel, services: any);
downloadCSV(content: any, filename: string): void;
downloadImage(uri: string, name: string): void;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy