IpcMainInvokeEvent Type
Constructors
| Constructor |
Description
|
Full Usage:
IpcMainInvokeEvent(type, processId, frameId, sender, senderFrame)
Parameters:
Type
-
Possible values include frame
processId : int
-
The internal ID of the renderer process that sent this message
frameId : int
-
The ID of the renderer frame that sent this message
sender : WebContents
-
Returns the webContents that sent the message
senderFrame : Option<WebFrameMain>
-
The frame that sent this message. May be null if accessed after the frame has either navigated or been
destroyed.
Returns: IpcMainInvokeEvent
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.frameId
|
The ID of the renderer frame that sent this message |
Full Usage:
this.processId
|
The internal ID of the renderer process that sent this message |
Full Usage:
this.sender
|
Returns the webContents that sent the message |
|
The frame that sent this message. May be null if accessed after the frame has either navigated or been destroyed.
|
Full Usage:
this.type
|
Possible values include frame |
fable-electron-docs-api