extensionMenuItem object
The title used for the top of the callout.
Properties that reference this object type:
Syntax
{
"entryPoint": "text | cell",
"controls": [
{
"id": "{string}",
"type": "button | menu",
"builtInControlId": "{string}",
"label": "{string}",
"icons": [
{
extensionCommonIcon object
}
],
"supertip": {
extensionCommonSuperToolTip object
},
"actionId": "{string}",
"overriddenByRibbonApi": {boolean},
"enabled": {boolean},
"items": [
{
extensionCommonCustomControlMenuItem object
}
]
}
]
}
Properties
entryPoint
Use text or cell here for Office context menu. Use text if the context menu should open when a user right-clicks on the selected text. Use cell if the context menu should open when the user right-clicks on a cell on an Excel spreadsheet.
Type
string
Required
✅
Constraints
Supported values
Allowed values: text
, cell
.
controls
Type
Array of extensionCommonCustomGroupControlsItem
Required
✅
Constraints
Minimum array items: 1.
Supported values