* checks whether the specified event one-day or multi-day * @param event the event object
(event: any)
| 1992 | * @param event the event object |
| 1993 | */ |
| 1994 | isOneDayEvent(event: any): boolean; |
| 1995 | |
| 1996 | /** |
| 1997 | * checks whether a view with the specified name exists |
no outgoing calls
no test coverage detected