* returns a view object by its name. If no name is specified, returns the current view * @param name optional, optional, the name of the view
(name?: string)
| 1945 | * @param name optional, optional, the name of the view |
| 1946 | */ |
| 1947 | getView(name?: string): any; |
| 1948 | |
| 1949 | /** |
| 1950 | * hides the lightbox modal overlay that blocks interactions with the remaining screen |