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

Method isOpen

shepherd.js/src/step.ts:517–519  ·  view source on GitHub ↗

* Check if the step is open and visible * @return True if the step is open and visible

()

Source from the content-addressed store, hash-verified

515 * @return True if the step is open and visible
516 */
517 isOpen() {
518 return Boolean(this.el && !this.el.hidden);
519 }
520
521 /**
522 * Wraps `_show` and ensures `beforeShowPromise` resolves before calling show

Callers 4

step.spec.jsFile · 0.80
tour.spec.jsFile · 0.80
removeStepMethod · 0.80
_setupAdvanceOnHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected