File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -779,6 +779,7 @@ gmail.observe.on('view_email', function(obj) {
779
779
780
780
- ** load** - When the gmail interface has completed loading
781
781
- ** compose** - When a new compose window opens, or a message is replied to or forwarded
782
+ - ** compose_cancelled** - When an existing compose window is closed.
782
783
- ** recipient_change** - When the recipient (to, cc or bcc) is changed when composing a new email or replying/forwarding an email
783
784
- ** view_thread** - When a new coversation thread is opened
784
785
- ** view_thread Sub-observers**
Original file line number Diff line number Diff line change @@ -615,7 +615,8 @@ declare type GmailBindAction =
615
615
| 'add_to_tasks' | 'move_label' | 'save_draft' | 'discard_draft' | 'send_message'
616
616
| 'expand_categories' | 'delete_label' | 'show_newly_arrived_message' | 'poll'
617
617
| 'new_email' | 'refresh' | 'open_email' | 'upload_attachment' | 'compose'
618
- | 'recipient_change' | 'view_thread' | 'view_email' | 'load_email_menu' ;
618
+ | 'compose_cancelled' | 'recipient_change' | 'view_thread' | 'view_email'
619
+ | 'load_email_menu' ;
619
620
620
621
interface GmailObserve {
621
622
/**
You can’t perform that action at this time.
0 commit comments