Settings
interface Settings
Interface to provide settings to the extension. This can be used to store data that needs to be persisted. (Recommended to not store sensitive data)
Following Setting Can be used for following types of data:
String: SettingTextInput, SettingList
String Set: SettingMultipleChoice
Integer: SettingSlider
Boolean: SettingSwitch
Functions
Link copied to clipboard
Get the Boolean value for the given key. Returns null if the key is not found.
Link copied to clipboard
Link copied to clipboard
Store the value for the given key.
Link copied to clipboard
Store the value for the given key.