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

Method _handleEnter

packages/main/src/TableNavigation.ts:116–120  ·  view source on GitHub ↗
(e: KeyboardEvent, eventOrigin: HTMLElement)

Source from the content-addressed store, hash-verified

114 }
115
116 _handleEnter(e: KeyboardEvent, eventOrigin: HTMLElement) {
117 if (eventOrigin.hasAttribute("ui5-table-cell-base")) {
118 this._handleF2(e, eventOrigin);
119 }
120 }
121
122 _handleF2(e: KeyboardEvent, eventOrigin: HTMLElement) {
123 if (this._isEventFromCurrentItem(e)) {

Callers

nothing calls this directly

Calls 2

_handleF2Method · 0.95
hasAttributeMethod · 0.80

Tested by

no test coverage detected