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

Method _handleMouseClick

packages/main/src/SplitButton.ts:264–266  ·  view source on GitHub ↗
(e: UI5CustomEvent<Button, "click">)

Source from the content-addressed store, hash-verified

262 }
263
264 _handleMouseClick(e: UI5CustomEvent<Button, "click">) {
265 this._fireClick(e);
266 }
267
268 _onFocusOut() {
269 if (this.disabled || this.getFocusDomRef()!.matches(":has(:focus-within)")) {

Callers

nothing calls this directly

Calls 1

_fireClickMethod · 0.95

Tested by

no test coverage detected