You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/dialog-api.md
Copy file name to clipboardExpand all lines: content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/menu-api.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,8 @@ The menu has the following properties:
79
79
*`hasSeparatorBefore` (default: `false`) – shows a visual separator before this menu item
80
80
*`hasSeparatorAfter` (default: `false`) – shows a visual separator after this menu item
81
81
*`enabled` (default: `true`) – indicates that this menu item notifies the listener when clicked
82
-
*`commandId` (optional) - the id of the previously registered command which will execute when the menu is clicked
83
-
*`action` (optional) - the action that will execute when the menu is clicked
82
+
*`commandId` (optional) - the id of the previously registered command, which executes when the menu is clicked
83
+
*`action` (optional) - the action that executes when the menu is clicked
0 commit comments