Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chatwoot/chatwoot
/ dispatchWindowEvent
Function
dispatchWindowEvent
app/javascript/shared/helpers/CustomEventHelper.js:12–15 ·
view source on GitHub ↗
({ eventName, data })
Source
from the content-addressed store, hash-verified
10
};
11
12
export
const
dispatchWindowEvent = ({ eventName, data }) => {
13
const
event = createEvent({ eventName, data });
14
window.dispatchEvent(event);
15
};
Callers
5
handleBubbleToggle
Function · 0.90
IFrameHelper.js
File · 0.90
onEvent
Function · 0.90
postback
Function · 0.90
CustomEventHelper.spec.js
File · 0.90
Calls
1
createEvent
Function · 0.85
Tested by
no test coverage detected