* Check if window is visible * @param {string} name window * @returns {boolean}
(name)
| 451 | * @returns {boolean} |
| 452 | */ |
| 453 | isVisible(name) { |
| 454 | return this.win[name] !== null && this.win[name]?.isVisible() |
| 455 | } |
| 456 | |
| 457 | /** |
| 458 | * Safely close a window |
no outgoing calls
no test coverage detected