Header menu logo fable-electron-docs-api

IOnIpcMessage Type

Fired when the guest page has sent an asynchronous message to embedder page.With sendToHost method and ipc-message event you can communicate between guest page and embedder page:

Instance members

Instance member Description

this.args

Full Usage: this.args

Modifiers: abstract

this.channel

Full Usage: this.channel

Modifiers: abstract

this.frameId

Full Usage: this.frameId

Modifiers: abstract

pair of [processId, frameId].

Type something to start searching.