Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
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
?
)