* opens the lightbox for the specified event * @param id the event's id
(id: string)
| 2204 | * @param id the event's id |
| 2205 | */ |
| 2206 | showLightbox(id: string): void; |
| 2207 | |
| 2208 | /** |
| 2209 | * displays the pop-up event form for the specified event |
no outgoing calls
no test coverage detected