Plugins
ToDesktop IPC
Communicating between desktop app windows.
Installation
Install @todesktop/client-ipc
in your client-side application using
Installation of the plugin package is also necessary. Using ToDesktop Builder, navigate to Plugins. Click on the Explore button for "Selected Text" and install the package.
Usage
subscribe
Subscribes to a messaging channel and executes a callback when that message is triggered. The callback contains the data
and context
information from the sender.
You can also unsubscribe
from a messaging channel by executing the function that is returned from the initial subscribe
call.
publish
Publishes data to a messaging channel.
identify
Retrieves id information about the window and view.