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

Method message

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

Source from the content-addressed store, hash-verified

329 /** The message to be displayed in the tooltip */
330 @Input('matTooltip')
331 get message(): string {
332 return this._message;
333 }
334
335 set message(value: string | number | null | undefined) {
336 const oldMessage = this._message;

Callers

nothing calls this directly

Calls 5

_isTooltipVisibleMethod · 0.95
hideMethod · 0.95
_updateTooltipMessageMethod · 0.95
_syncAriaDescriptionMethod · 0.95

Tested by

no test coverage detected