Skip to main content

default

FitFileViewer - API Documentation v29.4.0


FitFileViewer - API Documentation / utils/files/recent / default

Variable: default

const default: { addRecentFile: (filePath: any) => any; getShortRecentName: (file: any) => any; loadRecentFiles: () => any; saveRecentFiles: (list: any) => any; }

Defined in: utils/files/recent/index.js:51

Type Declaration​

addRecentFile()​

addRecentFile: (filePath: any) => any

Parameters​

filePath​

any

Returns​

any

getShortRecentName()​

getShortRecentName: (file: any) => any

Parameters​

file​

any

Returns​

any

loadRecentFiles()​

loadRecentFiles: () => any

Returns​

any

saveRecentFiles()​

saveRecentFiles: (list: any) => any

Parameters​

list​

any

Returns​

any