From eeb8fdf8f890daeed907a6d0591ea6fae8421860 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 6 Mar 2019 13:53:58 +0100 Subject: API documentation for KVision 0.0.28 --- .../-remote/index.html | 266 +++++++++++++++++++++ 1 file changed, 266 insertions(+) create mode 100644 api/pl.treksoft.kvision.electron/-remote/index.html (limited to 'api/pl.treksoft.kvision.electron/-remote/index.html') diff --git a/api/pl.treksoft.kvision.electron/-remote/index.html b/api/pl.treksoft.kvision.electron/-remote/index.html new file mode 100644 index 00000000..a4c86e4f --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-remote/index.html @@ -0,0 +1,266 @@ + + + +Remote - kvision + + + +kvision / pl.treksoft.kvision.electron / Remote
+
+

Remote

+external interface Remote : MainInterface +

Properties

+ + + + + + + +
+

process

+
+open var process: Any?
+

Inherited Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

BrowserView

+
+abstract var BrowserView: Any?
+

BrowserWindow

+
+abstract var BrowserWindow: Any?
+

ClientRequest

+
+abstract var ClientRequest: Any?
+

Cookies

+
+abstract var Cookies: Any?
+

Debugger

+
+abstract var Debugger: Any?
+

DownloadItem

+
+abstract var DownloadItem: Any?
+

IncomingMessage

+
+abstract var IncomingMessage: Any?
+

Menu

+
+abstract var Menu: Any?
+

MenuItem

+
+abstract var MenuItem: Any?
+

Notification

+
+abstract var Notification: Any?
+

TouchBar

+
+abstract var TouchBar: Any?
+

Tray

+
+abstract var Tray: Any?
+

WebRequest

+
+abstract var WebRequest: Any?
+

app

+
+abstract var app: App
+

autoUpdater

+
+abstract var autoUpdater: AutoUpdater
+

contentTracing

+
+abstract var contentTracing: ContentTracing
+

dialog

+
+abstract var dialog: Dialog
+

globalShortcut

+
+abstract var globalShortcut: GlobalShortcut
+

inAppPurchase

+
+abstract var inAppPurchase: InAppPurchase
+

ipcMain

+
+abstract var ipcMain: IpcMain
+

net

+
+abstract var net: Net
+

powerMonitor

+
+abstract var powerMonitor: PowerMonitor
+

powerSaveBlocker

+
+abstract var powerSaveBlocker: PowerSaveBlocker
+

protocol

+
+abstract var protocol: Protocol
+

session

+
+abstract var session: Any?
+

systemPreferences

+
+abstract var systemPreferences: SystemPreferences
+

webContents

+
+abstract var webContents: Any?
+

Functions

+ + + + + + + + + + + + + + + + + + + +
+

getCurrentWebContents

+
+abstract fun getCurrentWebContents(): WebContents
+

getCurrentWindow

+
+abstract fun getCurrentWindow(): BrowserWindow
+

getGlobal

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

require

+
+abstract fun require(module: String): Any
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit