mirror of https://github.com/electron/electron
540 B
540 B
IpcMainInvokeEvent Object extends Event
type
String - Possible values includeframe
processId
Integer - The internal ID of the renderer process that sent this messageframeId
Integer - The ID of the renderer frame that sent this messagesender
WebContents - Returns thewebContents
that sent the messagesenderFrame
WebFrameMain | null Readonly - The frame that sent this message. May benull
if accessed after the frame has either navigated or been destroyed.