UIAPI.onMessage
Sets up a message handler to receive messages from the plugin UI.
UIAPI.onMessage() method
Sets up a message handler to receive messages from the plugin UI.
Signature:
onMessage(pluginMessage: unknown): void;Parameters
Parameter | Type | Description |
|---|---|---|
pluginMessage | unknown | The message data received from the UI |
Returns:
void
Last updated: August 13, 2026 at 9:17 AMEdit this page