MCPcopy
hub / github.com/tensorflow/tfjs / unbindKeys

Method unbindKeys

tfjs-vis/src/visor.ts:229–231  ·  view source on GitHub ↗

* Unbinds the keyboard control to toggle the visor. * * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'}

()

Source from the content-addressed store, hash-verified

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.

Callers 1

visor_test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected