* applies a css class to the specified date * @param calendar the calendar object * @param date the date to mark * @param css the name of a css class
(calendar: any, date: Date, css: string)
| 2020 | * @param css the name of a css class |
| 2021 | */ |
| 2022 | markCalendar(calendar: any, date: Date, css: string): void; |
| 2023 | |
| 2024 | /** |
| 2025 | * marks and/or blocks date(s) by applying the default or a custom style to them. Marking is cancelled right after any internal update in the app. Can be used for highlighting |
no outgoing calls
no test coverage detected