* Unbinds the keyboard control to toggle the visor. * * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'}
()
| 227 | * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'} |
| 228 | */ |
| 229 | unbindKeys() { |
| 230 | return this.visorComponent.unbindKeys(); |
| 231 | } |
| 232 | |
| 233 | /** |
| 234 | * Sets the active tab for the visor. |