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

Method complete

shepherd.js/src/step.ts:421–424  ·  view source on GitHub ↗

* Complete the tour * Triggers the `complete` event

()

Source from the content-addressed store, hash-verified

419 * Triggers the `complete` event
420 */
421 complete() {
422 this.tour.complete();
423 this.trigger('complete');
424 }
425
426 /**
427 * Remove the step, delete the step's element, and destroy the FloatingUI instance for the step.

Callers

nothing calls this directly

Calls 1

triggerMethod · 0.80

Tested by

no test coverage detected