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

Method _onInnerButtonFocusIn

packages/main/src/SplitButton.ts:283–288  ·  view source on GitHub ↗
(e: FocusEvent)

Source from the content-addressed store, hash-verified

281 }
282
283 _onInnerButtonFocusIn(e: FocusEvent) {
284 e.stopPropagation();
285 this._setTabIndexValue(true);
286 const target = e.target as Button;
287 target.focus();
288 }
289
290 _onKeyDown(e: KeyboardEvent) {
291 if (this._isArrowKeyAction(e)) {

Callers

nothing calls this directly

Calls 2

_setTabIndexValueMethod · 0.95
focusMethod · 0.45

Tested by

no test coverage detected