CONSTANTS
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / windowStateUtils / CONSTANTS
Variable: CONSTANTS
constCONSTANTS: {DEFAULTS: {WINDOW: {height:800;minHeight:600;minWidth:800;width:1200; }; };FILES: {WINDOW_STATE:"window-state.json"; };PATHS: {HTML: {INDEX:"index.html"; };ICONS: {FAVICON:"icons/favicon.ico"; };PRELOAD:"preload.js"; };WEB_PREFERENCES: {contextIsolation:true;nodeIntegration:false;sandbox:true; }; }
Defined in: windowStateUtils.ts:55
Type Declarationβ
DEFAULTSβ
readonlyDEFAULTS: {WINDOW: {height:800;minHeight:600;minWidth:800;width:1200; }; }
DEFAULTS.WINDOWβ
readonlyWINDOW: {height:800;minHeight:600;minWidth:800;width:1200; }
DEFAULTS.WINDOW.heightβ
readonlyheight:800=800
DEFAULTS.WINDOW.minHeightβ
readonlyminHeight:600=600
DEFAULTS.WINDOW.minWidthβ
readonlyminWidth:800=800
DEFAULTS.WINDOW.widthβ
readonlywidth:1200=1200
FILESβ
readonlyFILES: {WINDOW_STATE:"window-state.json"; }
FILES.WINDOW_STATEβ
readonlyWINDOW_STATE:"window-state.json"="window-state.json"
PATHSβ
readonlyPATHS: {HTML: {INDEX:"index.html"; };ICONS: {FAVICON:"icons/favicon.ico"; };PRELOAD:"preload.js"; }
PATHS.HTMLβ
readonlyHTML: {INDEX:"index.html"; }
PATHS.HTML.INDEXβ
readonlyINDEX:"index.html"="index.html"
PATHS.ICONSβ
readonlyICONS: {FAVICON:"icons/favicon.ico"; }
PATHS.ICONS.FAVICONβ
readonlyFAVICON:"icons/favicon.ico"="icons/favicon.ico"
PATHS.PRELOADβ
readonlyPRELOAD:"preload.js"="preload.js"
WEB_PREFERENCESβ
readonlyWEB_PREFERENCES: {contextIsolation:true;nodeIntegration:false;sandbox:true; }
WEB_PREFERENCES.contextIsolationβ
readonlycontextIsolation:true=true
WEB_PREFERENCES.nodeIntegrationβ
readonlynodeIntegration:false=false
WEB_PREFERENCES.sandboxβ
readonlysandbox:true=true