toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-electron
/
electron.core
/
ContextBridge
Context
Bridge
external
interface
ContextBridge
(
source
)
Members
Functions
expose
In
Isolated
World
Link copied to clipboard
abstract
fun
exposeInIsolatedWorld
(
worldId
:
Double
,
apiKey
:
String
,
api
:
Any
?
)
expose
In
Main
World
Link copied to clipboard
abstract
fun
exposeInMainWorld
(
apiKey
:
String
,
api
:
Any
?
)