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

Interface StepOptionsArrow

shepherd.js/src/step.ts:227–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 | 'left-end';
226
227export interface StepOptionsArrow {
228 /*
229 * The padding from the edge for the arrow.
230 * Not used if this is not a -start or -end placement.
231 */
232 padding?: number;
233}
234
235export interface StepOptionsAttachTo {
236 element?:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected