MCPcopy
hub / github.com/angular/components / visible

Method visible

src/google-maps/map-marker/map-marker.ts:122–124  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

120 */
121 @Input()
122 set visible(value: boolean) {
123 this._visible = value;
124 }
125 private _visible: boolean | undefined;
126
127 /**

Callers 15

expansionIconMethod · 0.80
expansionIconMethod · 0.80
expansionIconMethod · 0.80
expansionIconMethod · 0.80
expansionIconMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
MenuClass · 0.80
constructorMethod · 0.80
isFocusableMethod · 0.80
menu.spec.tsFile · 0.80
onMouseOverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected