()
| 6570 | return o.style.top = t + "px", o.style.left = i + "px", n._waiAria.tooltipVisibleAttr(o), this; |
| 6571 | } |
| 6572 | hide() { |
| 6573 | const i = this._scheduler, t = this.getNode(); |
| 6574 | return t && t.parentNode && t.parentNode.removeChild(t), i._waiAria.tooltipHiddenAttr(t), this; |
| 6575 | } |
| 6576 | setContent(i) { |
| 6577 | return this.getNode().innerHTML = i, this; |
| 6578 | } |
no test coverage detected