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