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

Function postUIMessage

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

Source from the content-addressed store, hash-verified

7 parent.postMessage(message, options);
8
9export const postUIMessage = (
10 message: Message,
11 options?: WindowPostMessageOptions,
12) => postMessage({ pluginMessage: message }, options);
13
14export const postUISettingsChangingMessage = <T>(
15 key: string,

Callers 1

Calls 1

postMessageFunction · 0.85

Tested by

no test coverage detected