MCPcopy
hub / github.com/hakimel/reveal.js / isActive

Method isActive

js/controllers/overview.js:217–221  ·  view source on GitHub ↗

* Checks if the overview is currently active. * * @return {Boolean} true if the overview is active, * false otherwise

()

Source from the content-addressed store, hash-verified

215 * false otherwise
216 */
217 isActive() {
218
219 return this.active;
220
221 }
222
223 /**
224 * Invoked when a slide is and we're in the overview.

Callers 15

activateMethod · 0.95
toggleMethod · 0.95
onSlideClickedMethod · 0.95
setupScrollPreventionFunction · 0.45
layoutFunction · 0.45
slideFunction · 0.45
syncFunction · 0.45
updateSlidesFunction · 0.45
updateSlidesVisibilityFunction · 0.45
getIndicesFunction · 0.45
getStateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected