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

Method toggleFullScreen

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

@doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'}

()

Source from the content-addressed store, hash-verified

207
208 /** @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'} */
209 toggleFullScreen() {
210 return this.visorComponent.toggleFullScreen();
211 }
212
213 /**
214 * Binds the ~ (tilde) key to toggle the visor.

Callers 2

visor_test.tsFile · 0.45
initVisorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected