MCPcopy Create free account
hub / github.com/angular/components / discrete

Method discrete

src/material/slider/slider.ts:123–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 /** Whether the slider displays a numeric value label upon pressing the thumb. */
122 @Input({transform: booleanAttribute})
123 get discrete(): boolean {
124 return this._discrete;
125 }
126 set discrete(v: boolean) {
127 this._discrete = v;
128 this._updateValueIndicatorUIs();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected