UIAPI.postMessage

Sends a message to the plugin UI

UIAPI.postMessage() method

Sends a message to the plugin UI

Signature:

postMessage(pluginMessage: unknown): void;

Parameters

Parameter

Type

Description

pluginMessage

unknown

The message data to send to the UI

Returns:

void

Last updated: August 5, 2026 at 11:47 AMEdit this page