* displays the pop-up event form for the specified event * @param id the event's id
(id: string)
| 2210 | * @param id the event's id |
| 2211 | */ |
| 2212 | showQuickInfo(id: string): void; |
| 2213 | |
| 2214 | /** |
| 2215 | * shows a custom lightbox in the specified HTML container centered on the screen |
no outgoing calls
no test coverage detected