* specifies the format of start and end dates displayed in the tooltip * @param date the date which needs formatting
(date: Date)
| 358 | * @param date the date which needs formatting |
| 359 | */ |
| 360 | tooltip_date_format(date: Date): string; |
| 361 | |
| 362 | /** |
| 363 | * specifies the text of tooltips |
no outgoing calls
no test coverage detected