* specifies the tooltip over a day cell containing some scheduled event(s) * @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)
| 435 | * @param event the event object |
| 436 | */ |
| 437 | year_tooltip(start: Date, end: Date, event: any): string; |
| 438 | |
| 439 | /** |
| 440 | * specifies the lightbox's header |
no outgoing calls
no test coverage detected