summaryrefslogtreecommitdiffstats
path: root/browser/extensions/report-site-issue/experimentalAPIs/helpMenu.json
blob: e7c3a8c405bc0983af28f4a2765dd897c8049e08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
  {
    "namespace": "helpMenu",
    "events": [
      {
        "name": "onHelpMenuCommand",
        "type": "function",
        "async": "callback",
        "description": "Fired when the command event for the Report Site Issue menuitem in Help is fired.",
        "parameters": [
          {
            "type": "function",
            "name": "callback",
            "optional": true,
            "parameters": [
              {
                "name": "tab",
                "$ref": "tabs.Tab",
                "optional": true,
                "description": "Details about the selected tab in the window where the menuitem command fired."
              }
            ]
          }
        ]
      }
    ]
  }
]