* specifies the event's header * @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's object
(start: Date, end: Date, event: any)
| 221 | * @param event the event's object |
| 222 | */ |
| 223 | event_header(start: Date, end: Date, event: any): string; |
| 224 | |
| 225 | /** |
| 226 | * specifies the event's text |
no outgoing calls
no test coverage detected