Files
electron/docs/api/structures/ipc-main-invoke-event.md
trop[bot] 0af7d3c99b docs: add links to IPC event structures (#37770)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
2023-03-30 20:38:13 +02:00

400 B

IpcMainInvokeEvent Object extends Event

  • processId Integer - The internal ID of the renderer process that sent this message
  • frameId Integer - The ID of the renderer frame that sent this message
  • sender WebContents - Returns the webContents that sent the message
  • senderFrame WebFrameMain Readonly - The frame that sent this message