Skip to main content

PRELOAD_CHANNELS

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / preload/ipcBridgeCatalog / PRELOAD_CHANNELS

Variable: PRELOAD_CHANNELS

const PRELOAD_CHANNELS: { APP_VERSION: "getAppVersion"; CHROME_VERSION: "getChromeVersion"; CLIPBOARD_WRITE_PNG_DATA_URL: "clipboard:writePngDataUrl"; CLIPBOARD_WRITE_TEXT: "clipboard:writeText"; DEVTOOLS_INJECT_MENU: "devtools-inject-menu"; DIALOG_OPEN_FILE: "dialog:openFile"; DIALOG_OPEN_FOLDER: "dialog:openFolder"; DIALOG_OPEN_OVERLAY_FILES: "dialog:openOverlayFiles"; ELECTRON_VERSION: "getElectronVersion"; FILE_READ: "file:read"; FIT_BROWSER_GET_FOLDER: "browser:getFolder"; FIT_BROWSER_IS_ENABLED: "browser:isEnabled"; FIT_BROWSER_LIST_FOLDER: "browser:listFolder"; FIT_BROWSER_SET_ENABLED: "browser:setEnabled"; FIT_BROWSER_SET_FOLDER: "browser:setFolder"; FIT_DECODE: "fit:decode"; FIT_PARSE: "fit:parse"; GYAZO_SERVER_START: "gyazo:server:start"; GYAZO_SERVER_STOP: "gyazo:server:stop"; LICENSE_INFO: "getLicenseInfo"; NODE_VERSION: "getNodeVersion"; PLATFORM_INFO: "getPlatformInfo"; RECENT_FILES_ADD: "recentFiles:add"; RECENT_FILES_GET: "recentFiles:get"; SHELL_OPEN_EXTERNAL: "shell:openExternal"; THEME_GET: "theme:get"; }

Defined in: preload/ipcBridgeCatalog.ts:60

Type Declaration​

APP_VERSION​

readonly APP_VERSION: "getAppVersion" = "getAppVersion"

CHROME_VERSION​

readonly CHROME_VERSION: "getChromeVersion" = "getChromeVersion"

CLIPBOARD_WRITE_PNG_DATA_URL​

readonly CLIPBOARD_WRITE_PNG_DATA_URL: "clipboard:writePngDataUrl" = "clipboard:writePngDataUrl"

CLIPBOARD_WRITE_TEXT​

readonly CLIPBOARD_WRITE_TEXT: "clipboard:writeText" = "clipboard:writeText"

DEVTOOLS_INJECT_MENU​

readonly DEVTOOLS_INJECT_MENU: "devtools-inject-menu" = "devtools-inject-menu"

DIALOG_OPEN_FILE​

readonly DIALOG_OPEN_FILE: "dialog:openFile" = "dialog:openFile"

DIALOG_OPEN_FOLDER​

readonly DIALOG_OPEN_FOLDER: "dialog:openFolder" = "dialog:openFolder"

DIALOG_OPEN_OVERLAY_FILES​

readonly DIALOG_OPEN_OVERLAY_FILES: "dialog:openOverlayFiles" = "dialog:openOverlayFiles"

ELECTRON_VERSION​

readonly ELECTRON_VERSION: "getElectronVersion" = "getElectronVersion"

FILE_READ​

readonly FILE_READ: "file:read" = "file:read"

FIT_BROWSER_GET_FOLDER​

readonly FIT_BROWSER_GET_FOLDER: "browser:getFolder" = "browser:getFolder"

FIT_BROWSER_IS_ENABLED​

readonly FIT_BROWSER_IS_ENABLED: "browser:isEnabled" = "browser:isEnabled"

FIT_BROWSER_LIST_FOLDER​

readonly FIT_BROWSER_LIST_FOLDER: "browser:listFolder" = "browser:listFolder"

FIT_BROWSER_SET_ENABLED​

readonly FIT_BROWSER_SET_ENABLED: "browser:setEnabled" = "browser:setEnabled"

FIT_BROWSER_SET_FOLDER​

readonly FIT_BROWSER_SET_FOLDER: "browser:setFolder" = "browser:setFolder"

FIT_DECODE​

readonly FIT_DECODE: "fit:decode" = "fit:decode"

FIT_PARSE​

readonly FIT_PARSE: "fit:parse" = "fit:parse"

GYAZO_SERVER_START​

readonly GYAZO_SERVER_START: "gyazo:server:start" = "gyazo:server:start"

GYAZO_SERVER_STOP​

readonly GYAZO_SERVER_STOP: "gyazo:server:stop" = "gyazo:server:stop"

LICENSE_INFO​

readonly LICENSE_INFO: "getLicenseInfo" = "getLicenseInfo"

NODE_VERSION​

readonly NODE_VERSION: "getNodeVersion" = "getNodeVersion"

PLATFORM_INFO​

readonly PLATFORM_INFO: "getPlatformInfo" = "getPlatformInfo"

RECENT_FILES_ADD​

readonly RECENT_FILES_ADD: "recentFiles:add" = "recentFiles:add"

RECENT_FILES_GET​

readonly RECENT_FILES_GET: "recentFiles:get" = "recentFiles:get"

SHELL_OPEN_EXTERNAL​

readonly SHELL_OPEN_EXTERNAL: "shell:openExternal" = "shell:openExternal"

THEME_GET​

readonly THEME_GET: "theme:get" = "theme:get"