scichart
Version:
Fast WebGL JavaScript Charting Library and Framework
6 lines (5 loc) • 335 B
TypeScript
import type { TSciChartDestination } from "./SciChartSurfaceBase";
/** @ignore */
export declare type TGetDestinationFn = (destinationId: string) => TSciChartDestination;
/** @ignore */
export declare const copyToCanvas: (sourceCanvas: HTMLCanvasElement, getDestinationById: TGetDestinationFn) => (destinationId: string) => void;