* Check if the step is open and visible * @return True if the step is open and visible
()
| 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 |
no outgoing calls
no test coverage detected