* unselects the specified event * @param id optional, the event's id (if not specified, the currently selected event will be unselected)
(id?: string)
| 2283 | * @param id optional, the event's id (if not specified, the currently selected event will be unselected) |
| 2284 | */ |
| 2285 | unselect(id?: string): void; |
| 2286 | |
| 2287 | /** |
| 2288 | * displays the specified date in the mini calendar |
no outgoing calls
no test coverage detected