interface Remote : MainInterface
(js)
process |
open var process: Any? |
(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 |