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: September 11, 2026 at 12:08 PMEdit this page