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

Method _fireArrowClick

packages/main/src/SplitButton.ts:356–360  ·  view source on GitHub ↗
(e?: Event)

Source from the content-addressed store, hash-verified

354 }
355
356 _fireArrowClick(e?: Event) {
357 e?.stopPropagation();
358
359 this.fireDecoratorEvent("arrow-click");
360 }
361
362 _textButtonRelease() {
363 this._textButtonActive = false;

Callers 3

_onKeyUpMethod · 0.95
_handleDefaultActionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected