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

Interface EventOptions

shepherd.js/src/tour.ts:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15} from './components/shepherd-modal.ts';
16
17export interface EventOptions {
18 previous?: Step | null;
19 step?: Step | null;
20 tour: Tour;
21}
22
23export type TourConfirmCancel =
24 | boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected