MCPcopy Create free account
hub / github.com/bernaferrari/FigmaToCode / postMessage

Function postMessage

apps/plugin/ui-src/messaging.ts:6–7  ·  view source on GitHub ↗
(message: UIMessage, options?: WindowPostMessageOptions)

Source from the content-addressed store, hash-verified

4 throw new Error("parent.postMessage() is not defined");
5}
6const postMessage = (message: UIMessage, options?: WindowPostMessageOptions) =>
7 parent.postMessage(message, options);
8
9export const postUIMessage = (
10 message: Message,

Callers 1

postUIMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected