Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/shipshapecode/shepherd
/ StepOptionsWhen
Interface
StepOptionsWhen
shepherd.js/src/step.ts:355–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
353
}
354
355
export
interface
StepOptionsWhen {
356
[key: string]: (this: Step) => void;
357
}
358
359
/**
360
* A
class
representing steps to be added to a tour.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected