()
| 20844 | return this; |
| 20845 | } |
| 20846 | hide() { |
| 20847 | const scheduler2 = this._scheduler; |
| 20848 | const node = this.getNode(); |
| 20849 | if (node && node.parentNode) { |
| 20850 | node.parentNode.removeChild(node); |
| 20851 | } |
| 20852 | scheduler2._waiAria.tooltipHiddenAttr(node); |
| 20853 | return this; |
| 20854 | } |
| 20855 | setContent(html) { |
| 20856 | const node = this.getNode(); |
| 20857 | node.innerHTML = html; |
no test coverage detected