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

Method _setupActiveTour

shepherd.js/src/tour.ts:402–406  ·  view source on GitHub ↗

* Make this tour "active"

()

Source from the content-addressed store, hash-verified

400 * Make this tour "active"
401 */
402 _setupActiveTour() {
403 this.trigger('active', { tour: this });
404
405 Shepherd.activeTour = this;
406 }
407
408 /**
409 * setupModal create the modal container and instance

Callers 2

startMethod · 0.95

Calls 1

triggerMethod · 0.80

Tested by

no test coverage detected