* shows and highlights the specified event in the current or specified view * @param id the event's id * @param view optional, the view name
(id: string, view?: string)
| 2198 | * @param view optional, the view name |
| 2199 | */ |
| 2200 | showEvent(id: string, view?: string): void; |
| 2201 | |
| 2202 | /** |
| 2203 | * opens the lightbox for the specified event |
no outgoing calls
no test coverage detected