* repaints the scheduler * @param date optional, the date to display * @param view optional, the name of a view to display
(date?: Date, view?: string)
| 2083 | * @param view optional, the name of a view to display |
| 2084 | */ |
| 2085 | render(date?: Date, view?: string): void; |
| 2086 | |
| 2087 | /** |
| 2088 | * creates a mini calendar |