MCPcopy Create free account
hub / github.com/chatwoot/chatwoot / postback

Function postback

app/javascript/sdk/IFrameHelper.js:218–223  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

216 },
217
218 postback(data) {
219 dispatchWindowEvent({
220 eventName: CHATWOOT_POSTBACK,
221 data,
222 });
223 },
224
225 toggleBubble: state => {
226 let bubbleState = {};

Callers

nothing calls this directly

Calls 1

dispatchWindowEventFunction · 0.90

Tested by

no test coverage detected