MCPcopy Index your code
hub / github.com/angular/components / isVisible

Method isVisible

src/material/tooltip/tooltip.ts:1057–1059  ·  view source on GitHub ↗

Whether the tooltip is being displayed.

()

Source from the content-addressed store, hash-verified

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

Callers 6

_handleMouseLeaveMethod · 0.95
_finalizeAnimationMethod · 0.95
hideMethod · 0.45
_isTooltipVisibleMethod · 0.45
_createOverlayMethod · 0.45
tooltip.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected