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

Method _handleInput

packages/main/src/Input.ts:1261–1265  ·  view source on GitHub ↗
(e: CustomEvent<InputEventDetail>)

Source from the content-addressed store, hash-verified

1259 }
1260
1261 _handleInput(e: CustomEvent<InputEventDetail>) {
1262 const eventType: string = (e.detail && e.detail.inputType) || "";
1263
1264 this._input(e, eventType);
1265 }
1266
1267 _handleNativeInput(e: InputEvent) {
1268 const eventType: string = e.inputType || "";

Callers

nothing calls this directly

Calls 1

_inputMethod · 0.95

Tested by

no test coverage detected