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

Method cancel

shepherd.js/src/step.ts:412–415  ·  view source on GitHub ↗

* Cancel the tour * Triggers the `cancel` event

()

Source from the content-addressed store, hash-verified

410 * Triggers the `cancel` event
411 */
412 cancel() {
413 this.tour.cancel();
414 this.trigger('cancel');
415 }
416
417 /**
418 * Complete the tour

Callers

nothing calls this directly

Calls 1

triggerMethod · 0.80

Tested by

no test coverage detected