Skip to content

Commit b15d9bd

Browse files
committed
Adding new function to the TypeScript type-definition.
1 parent f85ce39 commit b15d9bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gmail.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ interface GmailTools {
648648
extract_name(str: string): string;
649649
i18n(label: string): string;
650650
add_toolbar_button(content_html: string, onClickFunction: Function, styleClass: string): JQuery;
651+
add_right_toolbar_button(content_html: string, onClickFunction: Function, styleClass: string): JQuery;
651652
add_compose_button(composeWindow: GmailDomCompose, content_html: string, onClickFunction: Function, styleClass: string): JQuery;
652653
/**
653654
adds a button to an email attachment.

0 commit comments

Comments
 (0)