MCPcopy
hub / github.com/UI5/webcomponents / get

Method get

packages/base/src/features/OpenUI5Enablement.ts:61–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 "__redirectFocus": { value: true, writable: true },
60 "__suppressFocusBack": {
61 get() {
62 return {
63 handleEvent: (e: KeyboardEvent) => {
64 if (isTabPrevious(e)) {
65 const beforeElem = this.shadowRoot.querySelector("[busy-indicator-before-span]");
66 this.__redirectFocus = false;
67 beforeElem.focus();
68 this.__redirectFocus = true;
69 }
70 },
71 capture: true,
72 passive: false,
73 };
74 },
75 },
76 "isOpenUI5Component": { get: () => { return true; } },
77 });

Callers 15

resolveReferenceFunction · 0.80
logDocumentationErrorFunction · 0.80
getInheritanceTreeFunction · 0.80
saveVariableFunction · 0.80
generateAutoThemesFunction · 0.80
mergeLightDarkFunction · 0.80
prepareFunction · 0.80
resolveScriptsMethod · 0.80
executeMethod · 0.80

Calls 2

isTabPreviousFunction · 0.85
focusMethod · 0.45

Tested by

no test coverage detected