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