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

Method getSibling

src/material/slider/slider-input.ts:617–624  ·  view source on GitHub ↗

@docs-private

()

Source from the content-addressed store, hash-verified

615
616 /** @docs-private */
617 getSibling(): _MatSliderRangeThumb | undefined {
618 if (!this._sibling) {
619 this._sibling = this._slider._getInput(this._isEndThumb ? _MatThumb.START : _MatThumb.END) as
620 | MatSliderRangeThumb
621 | undefined;
622 }
623 return this._sibling;
624 }
625 private _sibling: MatSliderRangeThumb | undefined;
626
627 /**

Callers 8

getMinPosMethod · 0.95
getMaxPosMethod · 0.95
_updateMinMaxMethod · 0.95
_updateWidthInactiveMethod · 0.95
_updateSiblingMethod · 0.95
_updateTrackUIRangeMethod · 0.80

Calls 1

_getInputMethod · 0.65

Tested by

no test coverage detected