* Returns a boolean indicating if the visor is open * * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'}
()
| 175 | * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'} |
| 176 | */ |
| 177 | isOpen() { |
| 178 | return this.visorComponent.isOpen(); |
| 179 | } |
| 180 | |
| 181 | /** |
| 182 | * Closes the visor. |
no outgoing calls
no test coverage detected