Whether the tooltip is being displayed.
()
| 1055 | |
| 1056 | /** Whether the tooltip is being displayed. */ |
| 1057 | isVisible(): boolean { |
| 1058 | return this._isVisible; |
| 1059 | } |
| 1060 | |
| 1061 | ngOnDestroy() { |
| 1062 | this._cancelPendingAnimations(); |
no outgoing calls
no test coverage detected