* specifies the text in the second column of the view * @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)
| 268 | * @param event the event object |
| 269 | */ |
| 270 | map_text(start: Date, end: Date, event: any): string; |
| 271 | |
| 272 | /** |
| 273 | * specifies the date in the first column of the view |
no outgoing calls
no test coverage detected