MCPcopy Index your code
hub / github.com/tensorflow/tfjs / bindKeys

Method bindKeys

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

* Binds the ~ (tilde) key to toggle the visor. * * This is called by default when the visor is initially created. * * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'}

()

Source from the content-addressed store, hash-verified

218 * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'}
219 */
220 bindKeys() {
221 return this.visorComponent.bindKeys();
222 }
223
224 /**
225 * Unbinds the keyboard control to toggle the visor.

Callers 1

visor_test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected