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

Method _resetActionButtonStates

packages/main/src/SplitButton.ts:345–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

343 }
344
345 _resetActionButtonStates() {
346 this._activeArrowButton = false;
347 this._textButtonActive = false;
348 this._shiftOrEscapePressedDuringSpace = false;
349 }
350
351 _fireClick(e?: Event) {
352 e?.stopPropagation();

Callers 3

_onFocusOutMethod · 0.95
_onKeyDownMethod · 0.95
_handleDefaultActionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected