MCPcopy Create free account
hub / github.com/Lobos/react-ui / SyntheticKeyboardEvent

Function SyntheticKeyboardEvent

docs/lib/react.js:15589–15591  ·  view source on GitHub ↗

* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. * @param {object} nativeEvent Native browser event. * @extends {SyntheticUIEvent}

(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget)

Source from the content-addressed store, hash-verified

15587 * @extends {SyntheticUIEvent}
15588 */
15589function SyntheticKeyboardEvent(dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget) {
15590 return SyntheticUIEvent.call(this, dispatchConfig, dispatchMarker, nativeEvent, nativeEventTarget);
15591}
15592
15593SyntheticUIEvent.augmentClass(SyntheticKeyboardEvent, KeyboardEventInterface);
15594

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…