Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
export
const
triggerEvent = (element,
type
, properties) => element.dispatchEvent(createEvent(
type
, properties))
Callers
15
triggerInputEvent
Function · 0.90
pasteContent
Function · 0.90
pressKey
Function · 0.90
startComposition
Function · 0.90
updateComposition
Function · 0.90
endComposition
Function · 0.90
clickElement
Function · 0.90
dragToCoordinates
Function · 0.90
mouseDownOnElementAndMove
Function · 0.90
drag
Function · 0.90
typeCharacterInElement
Function · 0.90
clickToolbarButton
Function · 0.90
Calls
1
createEvent
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…