AsyncSetting.mjs |
This is the interface for the async setting classes to implement.
For the actual implementation see AsyncSettingMixin.
|
4571 |
Preference.mjs |
@typedef {object} PreferenceConfigInfo
@property {string} id
@property {string} type
@property {boolean} [inverted]
|
10900 |
Preferences.mjs |
@import {PreferenceConfigInfo} from "chrome://global/content/preferences/Preference.mjs" |
14819 |
Setting.mjs |
@import { type Preference } from "chrome://global/content/preferences/Preference.mjs" |
6709 |