MCPcopy Create free account
hub / github.com/UI5/webcomponents / _onfocusout

Method _onfocusout

packages/compat/src/TableRow.ts:266–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264 }
265
266 _onfocusout() {
267 this.deactivate();
268 }
269
270 _onfocusin(e: FocusEvent, forceSelfFocus = false) {
271 if (forceSelfFocus || this._activeElementHasAttribute("ui5-table-cell")) {

Callers

nothing calls this directly

Calls 1

deactivateMethod · 0.95

Tested by

no test coverage detected