Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_updateStateBeforeShow
Method · 0.95
tour.spec.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected