| 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.
|
2632 |