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

Method _onFocusOut

packages/main/src/SplitButton.ts:268–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266 }
267
268 _onFocusOut() {
269 if (this.disabled || this.getFocusDomRef()!.matches(":has(:focus-within)")) {
270 return;
271 }
272
273 this._resetActionButtonStates();
274 this._setTabIndexValue();
275 }
276
277 handleTouchStart(e: TouchEvent | MouseEvent) {
278 e.stopPropagation();

Callers

nothing calls this directly

Calls 3

_setTabIndexValueMethod · 0.95
getFocusDomRefMethod · 0.45

Tested by

no test coverage detected