Options
All
  • Public
  • Public/Protected
  • All
Menu

Object used to track communications between IpcMain & IpcRenderer

Hierarchy

  • IpcRequest

Index

Constructors

Properties

Methods

Constructors

constructor

  • new IpcRequest(responseId: string, data: any): IpcRequest
  • Parameters

    • responseId: string

      Response identifier associated to this request

    • data: any

      Request payload

    Returns IpcRequest

Properties

data

data: any

Request payload

responseId

responseId: string

Response identifier used by IpcMain to reply to IpcRenderer (or IpcRenderer to IpcMain)

Methods

Static extractData

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc