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

Method focus

packages/main/src/Tab.ts:320–323  ·  view source on GitHub ↗
(focusOptions?: FocusOptions)

Source from the content-addressed store, hash-verified

318 }
319
320 async focus(focusOptions?: FocusOptions): Promise<void> {
321 await renderFinished();
322 return super.focus(focusOptions);
323 }
324
325 get isMixedModeTab() {
326 return !this.icon && this._forcedMixedMode;

Callers 15

_onfocusinMethod · 0.45
_handleTabMethod · 0.45
_focusNextElementMethod · 0.45
_handleArrowNavMethod · 0.45
_handleArrowAltMethod · 0.45
_handleF7Method · 0.45
_onfocusinMethod · 0.45
_onForwardAfterMethod · 0.45
_focusForwardElementMethod · 0.45
_onColumnHeaderClickMethod · 0.45
Table.cy.tsxFile · 0.45

Calls 1

renderFinishedFunction · 0.85

Tested by

no test coverage detected