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

Method _handleArrowButtonAction

packages/main/src/SplitButton.ts:416–420  ·  view source on GitHub ↗

* Handles the click event and the focus on the arrow button. * @param e - keyboard event * @private

(e: UI5CustomEvent<Button, "click"> | KeyboardEvent)

Source from the content-addressed store, hash-verified

414 * @private
415 */
416 _handleArrowButtonAction(e: UI5CustomEvent<Button, "click"> | KeyboardEvent) {
417 e.preventDefault();
418
419 this._fireArrowClick(e);
420 }
421
422 /**
423 * Handles the default action and the active state of the respective button.

Callers 1

_onKeyDownMethod · 0.95

Calls 1

_fireArrowClickMethod · 0.95

Tested by

no test coverage detected