Skip to content

Commit

Permalink
include missing members in onShown info (bug 1625746)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Feb 15, 2021
1 parent 3801bb6 commit 13e9355
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions menus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,20 @@ Fired when a menu is shown. The extension can add, modify or remove menu items a
:type: (string)


.. api-member::
:name: [``selectedFolder``]
:type: (:ref:`folders.MailFolder`)

The selected folder, if the context menu was opened in the folder pane. The :permission:`accountsRead` permission is required.


.. api-member::
:name: [``selectedMessages``]
:type: (:ref:`messages.MessageList`)

The selected messages, if the context menu was opened in the message list. The :permission:`messagesRead` permission is required.


.. api-member::
:name: [``selectionText``]
:type: (string)
Expand Down

0 comments on commit 13e9355

Please sign in to comment.