* specifies the text of tooltips * @param start the date when an event is scheduled to begin * @param end the date when an event is scheduled to be completed * @param event the event object
(start: Date, end: Date, event: any)
| 366 | * @param event the event object |
| 367 | */ |
| 368 | tooltip_text(start: Date, end: Date, event: any): string; |
| 369 | |
| 370 | /** |
| 371 | * specifies the date in the header of the Week Agenda view |
no outgoing calls
no test coverage detected