Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

isElectron

isElectron: boolean = !!(nodeProcess?.versions?.electron)

isMacOS

isMacOS: boolean = ...

isOtherOS

isOtherOS: boolean = ...

isWindows

isWindows: boolean = ...

nodeModule

nodeModule: NodeModule = ...

nodeProcess

nodeProcess: NodeJS.Process = ...

nodeRequire

nodeRequire: NodeRequire = ...

Functions

getElectronRemote

  • getElectronRemote(): typeof Remote
  • Returns typeof Remote

openWindow

  • openWindow(url: string, target?: string, options?: Record<string, any>): null | Window
  • Open in new window.

    Parameters

    • url: string
    • target: string = '_blank'
    • options: Record<string, any> = {}

    Returns null | Window

    opener

Generated using TypeDoc