MCPcopy
hub / github.com/shipshapecode/shepherd / isActive

Method isActive

shepherd.js/src/tour.ts:271–273  ·  view source on GitHub ↗

* Check if the tour is active

()

Source from the content-addressed store, hash-verified

269 * Check if the tour is active
270 */
271 isActive() {
272 return Shepherd.activeTour === this;
273 }
274
275 /**
276 * Go to the next step in the tour

Callers 2

tour.spec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected