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

Interface StepOptionsAttachTo

shepherd.js/src/step.ts:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235export interface StepOptionsAttachTo {
236 element?:
237 | HTMLElement
238 | string
239 | null
240 | (() => HTMLElement | string | null | undefined);
241 on?: PopperPlacement;
242}
243
244export interface StepOptionsAdvanceOn {
245 event: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected