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

Method toggle

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

* Toggles the visor (closed vs open). * * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'}

()

Source from the content-addressed store, hash-verified

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() {

Callers 2

visor_test.tsFile · 0.45
setupListenersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected