* Toggles the visor (closed vs open). * * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'}
()
| 202 | * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'} |
| 203 | */ |
| 204 | toggle() { |
| 205 | return this.visorComponent.toggle(); |
| 206 | } |
| 207 | |
| 208 | /** @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'} */ |
| 209 | toggleFullScreen() { |
no outgoing calls
no test coverage detected