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

Method isOpen

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

* Returns a boolean indicating if the visor is open * * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'}

()

Source from the content-addressed store, hash-verified

175 * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'}
176 */
177 isOpen() {
178 return this.visorComponent.isOpen();
179 }
180
181 /**
182 * Closes the visor.

Callers 2

visor_test.tsFile · 0.45
setupListenersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected