kvision / pl.treksoft.kvision.electron / Remote

Remote

(js) interface Remote : MainInterface

Properties

(js)

process

open var process: Any?

Functions

(js)

getCurrentWebContents

abstract fun getCurrentWebContents(): WebContents
(js)

getCurrentWindow

abstract fun getCurrentWindow(): BrowserWindow
(js)

getGlobal

abstract fun getGlobal(name: String): Any
(js)

require

abstract fun require(module: String): Any