Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_handleMouseClick
Method · 0.95
_onKeyUp
Method · 0.95
_handleDefaultAction
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected