IpcMainInvokeEvent

external interface IpcMainInvokeEvent : Event<Any> (source)

Properties

Link copied to clipboard
Link copied to clipboard
abstract var frameId: Double

The ID of the renderer frame that sent this message

Link copied to clipboard
open val params: Any
Link copied to clipboard
abstract var preventDefault: () -> Unit
Link copied to clipboard
abstract var processId: Double

The internal ID of the renderer process that sent this message

Link copied to clipboard
abstract var sender: WebContents

Returns the webContents that sent the message

Link copied to clipboard

The frame that sent this message