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

Method getCursor

src/google-maps/map-marker/map-marker.ts:378–381  ·  view source on GitHub ↗

* See * developers.google.com/maps/documentation/javascript/reference/marker#Marker.getCursor

()

Source from the content-addressed store, hash-verified

376 * developers.google.com/maps/documentation/javascript/reference/marker#Marker.getCursor
377 */
378 getCursor(): string | null {
379 this._assertInitialized();
380 return this.marker.getCursor() || null;
381 }
382
383 /**
384 * See

Callers 1

map-marker.spec.tsFile · 0.80

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected