* detaches a handler from an event (which was attached before by the attachEvent method) * @param id the event's id
(id: string)
| 1790 | * @param id the event's id |
| 1791 | */ |
| 1792 | detachEvent(id: string): void; |
| 1793 | |
| 1794 | /** |
| 1795 | * opens the inline editor to alter the event's text (the editor in the event's box) |
no outgoing calls
no test coverage detected