kvision / pl.treksoft.kvision.electron / CommonInterface

CommonInterface

(js) interface CommonInterface

Properties

(js)

clipboard

abstract var clipboard: Clipboard
(js)

crashReporter

abstract var crashReporter: CrashReporter
(js)

nativeImage

abstract var nativeImage: Any?
(js)

screen

abstract var screen: Screen
(js)

shell

abstract var shell: Shell

Inheritors

(js)

MainInterface

interface MainInterface : CommonInterface
(js)

RendererInterface

interface RendererInterface : CommonInterface