* shows the lightbox modal overlay that blocks interactions with the remaining screen * @param box optional, an element to hide
(box?: HTMLElement)
| 2191 | * @param box optional, an element to hide |
| 2192 | */ |
| 2193 | showCover(box?: HTMLElement): void; |
| 2194 | |
| 2195 | /** |
| 2196 | * shows and highlights the specified event in the current or specified view |
no outgoing calls
no test coverage detected