docs: add links to IPC event structures (#37760)
This commit is contained in:
parent
ac58607605
commit
75919e28b8
3 changed files with 8 additions and 7 deletions
|
@ -2,5 +2,5 @@
|
|||
|
||||
* `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
|
||||
* `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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue