MCPcopy Create free account
hub / github.com/danja/dogalog / toggle

Method toggle

src/tutorial/tutorialOverlay.js:218–224  ·  view source on GitHub ↗

* Toggle overlay visibility

()

Source from the content-addressed store, hash-verified

216 * Toggle overlay visibility
217 */
218 toggle() {
219 if (this.visible) {
220 this.hide();
221 } else {
222 this.show();
223 }
224 }
225
226 /**
227 * Get overlay DOM element

Callers 1

initializeAppFunction · 0.95

Calls 2

hideMethod · 0.95
showMethod · 0.95

Tested by

no test coverage detected