makeIpcProxy MethodStatic @beta
Create a type safe Proxy object to make IPC calls to a registered frontend interface.
makeIpcProxy<K, C extends string>(channelName: C): PickAsyncMethods<K>
| Parameter | Type | Description |
|---|---|---|
| channelName | C | the channel registered by the frontend handler. |
Returns - PickAsyncMethods<K>
Defined in
- backend/src/IpcHost.ts Line 155
Last Updated: 03 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.