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

Method position

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

Source from the content-addressed store, hash-verified

229 /** Allows the user to define the position of the tooltip relative to the parent element */
230 @Input('matTooltipPosition')
231 get position(): TooltipPosition {
232 return this._position;
233 }
234
235 set position(value: TooltipPosition) {
236 if (value !== this._position) {

Callers

nothing calls this directly

Calls 3

_updatePositionMethod · 0.95
showMethod · 0.45
updatePositionMethod · 0.45

Tested by

no test coverage detected