* Opens the visor. * * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'}
()
| 193 | * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'} |
| 194 | */ |
| 195 | open() { |
| 196 | return this.visorComponent.open(); |
| 197 | } |
| 198 | |
| 199 | /** |
| 200 | * Toggles the visor (closed vs open). |
no outgoing calls
no test coverage detected