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

Method _fireClick

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

Source from the content-addressed store, hash-verified

349 }
350
351 _fireClick(e?: Event) {
352 e?.stopPropagation();
353 this.fireDecoratorEvent("click");
354 }
355
356 _fireArrowClick(e?: Event) {
357 e?.stopPropagation();

Callers 3

_handleMouseClickMethod · 0.95
_onKeyUpMethod · 0.95
_handleDefaultActionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected