kvision / pl.treksoft.kvision.electron / BrowserWindowProxy

BrowserWindowProxy

(js) open class BrowserWindowProxy : EventEmitter

Constructors

(js)

<init>

BrowserWindowProxy()

Properties

(js)

closed

open var closed: Boolean

Functions

(js)

blur

open fun blur(): Unit
(js)

close

open fun close(): Unit
(js)

eval

open fun eval(code: String): Unit
(js)

focus

open fun focus(): Unit
(js)

postMessage

open fun postMessage(message: String, targetOrigin: String): Unit
(js)

print

open fun print(): Unit