Group of settings that can be displayed by SettingsTab.
React Component which provides the user with the option (hah) to manipulate the Config values used by Dolos.
The settings are structured into SettingsTabContent.
Wrapper around SettingsTabContent.
React Component for boolean Config keys.
Displays the text specified by the messageKey
with the subtitle
messageKey
on / messageKey
off based on the current value.
Shows a switch which controls the Config value specified by configKey
Similar to React's useState
but specifically for the Config.
Internally the value is set immediately, but writing to the actual config is debounced.
Similar to React's useState
but specifically for the Config.
Internally the value is set immediately, but writing to the actual config is debounced.
Similar to React's useState
but specifically for the Config.
Internally the value is set immediately, but writing to the actual config is debounced.
Specialised useConfigChange for boolean values.
Generated using TypeDoc
Extension options page.