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 5, 2026 at 11:47 AMEdit this page