summaryrefslogtreecommitdiffstats
path: root/browser/extensions/report-site-issue/experimentalAPIs/helpMenu.json
blob: 9ecc2bc0243e3a3849ee4f9b87e57625a51629ff (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."
              }
            ]
          }
        ]
      }
    ]
  }
]