* displays the specified view and date (doesn't invoke any events) * @param date optional, (optional) the date to set * @param view optional, (optional) the view name
(date?: Date, view?: string)
| 2310 | * @param view optional, (optional) the view name |
| 2311 | */ |
| 2312 | updateView(date?: Date, view?: string): void; |
| 2313 | |
| 2314 | // /** |
| 2315 | // * A key-value mapping of string keys to Scheduler form blocks. |
no outgoing calls
no test coverage detected