| setting-pane.mjs |
@typedef {object} SettingPaneConfig
@property {string} [parent] The pane that links to this one.
@property {string} l10nId Fluent id for the heading/description.
@property {string[]} groupIds What setting groups should be rendered.
@property {string} [iconSrc] Optional icon shown in the page header.
@property {string} [module] Import path for module housing the config.
@property {() => boolean} [visible] If this pane is visible.
|
4189 |