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