2019-05-31 11:25:19 -06:00
|
|
|
# IpcMainInvokeEvent Object extends `Event`
|
|
|
|
|
2020-12-09 13:48:16 -07:00
|
|
|
* `processId` Integer - The internal ID of the renderer process that sent this message
|
2019-05-31 11:25:19 -06:00
|
|
|
* `frameId` Integer - The ID of the renderer frame that sent this message
|
2023-03-30 11:13:21 -06:00
|
|
|
* `sender` [WebContents](../web-contents.md) - Returns the `webContents` that sent the message
|
|
|
|
* `senderFrame` [WebFrameMain](../web-frame-main.md) _Readonly_ - The frame that sent this message
|