Revision control

Copy as Markdown

Other Tools

[
{
"namespace": "menus",
"permissions": ["menus"],
"allowedContexts": ["content", "devtools"],
"description": "The part of the menus API that is available in all extension contexts, including content scripts.",
"functions": [
{
"name": "getTargetElement",
"type": "function",
"allowedContexts": ["content", "devtools"],
"description": "Retrieve the element that was associated with a recent <a href='url-contextmenu-event'>contextmenu</a> event.",
"parameters": [
{
"type": "integer",
"description": "The identifier of the clicked element, available as <var>info.targetElementId</var> in the $(ref:menus.onShown) and $(ref:menus.onClicked) events.",
"name": "targetElementId"
}
],
"returns": {
"type": "object",
"optional": true,
"isInstanceOf": "Element",
"additionalProperties": {
"type": "any"
}
}
}
]
}
]