MCPcopy Create free account
hub / github.com/UI5/webcomponents / _onclick

Method _onclick

packages/main/src/SegmentedButton.ts:256–258  ·  view source on GitHub ↗
(e: MouseEvent)

Source from the content-addressed store, hash-verified

254 }
255
256 _onclick(e: MouseEvent) {
257 this._selectItem(e);
258 }
259
260 _onkeydown(e: KeyboardEvent) {
261 if (isEnter(e)) {

Callers

nothing calls this directly

Calls 1

_selectItemMethod · 0.95

Tested by

no test coverage detected