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

Method positionAtOrigin

src/material/tooltip/tooltip.ts:252–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 */
251 @Input('matTooltipPositionAtOrigin')
252 get positionAtOrigin(): boolean {
253 return this._positionAtOrigin;
254 }
255
256 set positionAtOrigin(value: BooleanInput) {
257 this._positionAtOrigin = coerceBooleanProperty(value);

Callers

nothing calls this directly

Calls 2

_detachMethod · 0.95
coerceBooleanPropertyFunction · 0.90

Tested by

no test coverage detected