Checks if a specified action & type has anything bound to it If type is null, will check for this action bound on any type If action is null, will check for any actions bound to a type
(action: GmailBindAction, type: GmailBindType)
| 840 | If action is null, will check for any actions bound to a type |
| 841 | */ |
| 842 | bound(action: GmailBindAction, type: GmailBindType): boolean; |
| 843 | /** |
| 844 | Clear all callbacks for a specific type (before, on, after, dom) and action |
| 845 | If action is null, all actions will be cleared |