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

Method tooltipClass

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

Source from the content-addressed store, hash-verified

355 /** Classes to be passed to the tooltip. Supports the same syntax as `ngClass`. */
356 @Input('matTooltipClass')
357 get tooltipClass() {
358 return this._tooltipClass;
359 }
360
361 set tooltipClass(value: string | string[] | Set<string> | {[key: string]: unknown}) {
362 this._tooltipClass = value;

Callers

nothing calls this directly

Calls 1

_setTooltipClassMethod · 0.95

Tested by

no test coverage detected