actions |
|
|
components |
|
|
extension-sidebar.js |
ExtensionSidebar instances represents Inspector sidebars installed by add-ons
using the devtools.panels.elements.createSidebarPane WebExtensions API.
The WebExtensions API registers the extensions' sidebars on the toolbox instance
(using the registerInspectorExtensionSidebar method) and, once the Inspector has been
created, the toolbox uses the Inpector createExtensionSidebar method to create the
ExtensionSidebar instances and then it registers them to the Inspector.
@param {Inspector} inspector
The inspector where the sidebar should be hooked to.
@param {Object} options
@param {String} options.id
The unique id of the sidebar.
@param {String} options.title
The title of the sidebar.
|
6157 |
moz.build |
|
465 |
reducers |
|
|
test |
|
|
types.js |
|
640 |