MCPcopy
hub / github.com/basecamp/trix / triggerEvent

Function triggerEvent

src/test/test_helpers/event_helpers.js:11–11  ·  view source on GitHub ↗
(element, type, properties)

Source from the content-addressed store, hash-verified

9}
10
11export const triggerEvent = (element, type, properties) => element.dispatchEvent(createEvent(type, properties))

Callers 15

triggerInputEventFunction · 0.90
pasteContentFunction · 0.90
pressKeyFunction · 0.90
startCompositionFunction · 0.90
updateCompositionFunction · 0.90
endCompositionFunction · 0.90
clickElementFunction · 0.90
dragToCoordinatesFunction · 0.90
dragFunction · 0.90
typeCharacterInElementFunction · 0.90
clickToolbarButtonFunction · 0.90

Calls 1

createEventFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…