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

Method _getResolvedAttachToOptions

shepherd.js/src/step.ts:505–511  ·  view source on GitHub ↗

* A selector for resolved attachTo options. * @returns {{}|{element, on}} * @private

()

Source from the content-addressed store, hash-verified

503 * @private
504 */
505 _getResolvedAttachToOptions() {
506 if (this._resolvedAttachTo === null) {
507 return this._resolveAttachToOptions();
508 }
509
510 return this._resolvedAttachTo;
511 }
512
513 /**
514 * Check if the step is open and visible

Callers 5

_scrollToMethod · 0.95
step.spec.jsFile · 0.80
createShepherdElementFunction · 0.80
setupTooltipFunction · 0.80

Calls 1

Tested by

no test coverage detected