Skip to main content

loadSingleOverlayFile

FitFileViewer - API Documentation v29.9.0


FitFileViewer - API Documentation / utils/files/import/loadSingleOverlayFile / loadSingleOverlayFile

Function: loadSingleOverlayFile()

private loadSingleOverlayFile(file: File): Promise<{ success: boolean; data?: Object; error?: string; }>

Defined in: utils/files/import/loadSingleOverlayFile.js:11

Internal function to load a single FIT file as overlay

Parameters​

file​

File

File to load

Returns​

Promise<{ success: boolean; data?: Object; error?: string; }>

Load result