Methods
Static getHidden
- getHidden(id: "restartInfo" | "windowBounds" | "minWindowBounds" | "searchFilter" | "sort" | "savedEntries" | "savedLinks" | "githubLatestReleaseUrl"): any
-
Parameters
-
id: "restartInfo" | "windowBounds" | "minWindowBounds" | "searchFilter" | "sort" | "savedEntries" | "savedLinks" | "githubLatestReleaseUrl"
Returns any
The value
Static getModifiable
- getModifiable(id: "nativeTitleBar" | "userName" | "userUrl" | "userPassword" | "minimizeToSystemTray" | "devMode" | "checkForUpdatesOnStartup" | "checkForUpdatesCronJob" | "checkForUpdatesCronJobConfiguration" | "checkForFeedCronJob" | "checkForFeedCronJobConfiguration" | "autoLaunch" | "globalShortcutShow"): any
-
Parameters
-
id: "nativeTitleBar" | "userName" | "userUrl" | "userPassword" | "minimizeToSystemTray" | "devMode" | "checkForUpdatesOnStartup" | "checkForUpdatesCronJob" | "checkForUpdatesCronJobConfiguration" | "checkForFeedCronJob" | "checkForFeedCronJobConfiguration" | "autoLaunch" | "globalShortcutShow"
Returns any
The value
Static getModifiableDefault
- getModifiableDefault(id: "nativeTitleBar" | "userName" | "userUrl" | "userPassword" | "minimizeToSystemTray" | "devMode" | "checkForUpdatesOnStartup" | "checkForUpdatesCronJob" | "checkForUpdatesCronJobConfiguration" | "checkForFeedCronJob" | "checkForFeedCronJobConfiguration" | "autoLaunch" | "globalShortcutShow"): any
-
Parameters
-
id: "nativeTitleBar" | "userName" | "userUrl" | "userPassword" | "minimizeToSystemTray" | "devMode" | "checkForUpdatesOnStartup" | "checkForUpdatesCronJob" | "checkForUpdatesCronJobConfiguration" | "checkForFeedCronJob" | "checkForFeedCronJobConfiguration" | "autoLaunch" | "globalShortcutShow"
Returns any
The default value
Static getModifiableSetting
Static getModifiableSettings
- getModifiableSettings(): string[]
Static makeModifiableTypeChecks
- makeModifiableTypeChecks(type: "password" | "toggle" | "text" | "cronJob" | "url" | "keyboardShortcut", value: any): void
-
Parameters
-
type: "password" | "toggle" | "text" | "cronJob" | "url" | "keyboardShortcut"
-
value: any
Returns void
Static setHidden
- setHidden(id: "restartInfo" | "windowBounds" | "minWindowBounds" | "searchFilter" | "sort" | "savedEntries" | "savedLinks" | "githubLatestReleaseUrl", value: any): void
-
Parameters
-
id: "restartInfo" | "windowBounds" | "minWindowBounds" | "searchFilter" | "sort" | "savedEntries" | "savedLinks" | "githubLatestReleaseUrl"
-
value: any
Returns void
Static setModifiable
- setModifiable(id: "nativeTitleBar" | "userName" | "userUrl" | "userPassword" | "minimizeToSystemTray" | "devMode" | "checkForUpdatesOnStartup" | "checkForUpdatesCronJob" | "checkForUpdatesCronJobConfiguration" | "checkForFeedCronJob" | "checkForFeedCronJobConfiguration" | "autoLaunch" | "globalShortcutShow", value: any): void
-
Parameters
-
id: "nativeTitleBar" | "userName" | "userUrl" | "userPassword" | "minimizeToSystemTray" | "devMode" | "checkForUpdatesOnStartup" | "checkForUpdatesCronJob" | "checkForUpdatesCronJobConfiguration" | "checkForFeedCronJob" | "checkForFeedCronJobConfiguration" | "autoLaunch" | "globalShortcutShow"
-
value: any
Returns void
Class that handles setting/getting settings and can save them to a local file