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

Method _resolveAttachToOptions

shepherd.js/src/step.ts:495–498  ·  view source on GitHub ↗

* Resolves attachTo options. * @returns {{}|{element, on}}

()

Source from the content-addressed store, hash-verified

493 * @returns {{}|{element, on}}
494 */
495 _resolveAttachToOptions() {
496 this._resolvedAttachTo = parseAttachTo(this);
497 return this._resolvedAttachTo;
498 }
499
500 /**
501 * A selector for resolved attachTo options.

Callers 3

_showMethod · 0.95

Calls 1

parseAttachToFunction · 0.90

Tested by

no test coverage detected