MCPcopy Index your code
hub / github.com/UI5/webcomponents / _setTabIndexValue

Method _setTabIndexValue

packages/main/src/SplitButton.ts:379–385  ·  view source on GitHub ↗
(innerButtonPressed?: boolean)

Source from the content-addressed store, hash-verified

377 }
378
379 _setTabIndexValue(innerButtonPressed?: boolean) {
380 this._tabIndex = this.disabled ? -1 : 0;
381
382 if (this._tabIndex === -1 && innerButtonPressed) {
383 this._tabIndex = 0;
384 }
385 }
386
387 _onArrowButtonActiveStateChange(e: CustomEvent) {
388 if (this.activeArrowButton) {

Callers 2

_onFocusOutMethod · 0.95
_onInnerButtonFocusInMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected