* A selector for resolved attachTo options. * @returns {{}|{element, on}} * @private
()
| 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 |
no test coverage detected