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

Method updateGroups

packages/base/src/features/F6Navigation.ts:187–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185 }
186
187 updateGroups() {
188 const container = this.findContainer();
189
190 this.setSelectedGroup();
191 this.groups = getFastNavigationGroups(container);
192 }
193
194 findContainer() {
195 const htmlElement = window.document.querySelector("html");

Callers 1

_keydownHandlerMethod · 0.95

Calls 3

findContainerMethod · 0.95
setSelectedGroupMethod · 0.95
getFastNavigationGroupsFunction · 0.85

Tested by

no test coverage detected