# electron-bridge
# Modules
# Objects
- window :
object Provides a core
inkservice and anexpose()function for publishing services on the electron context bridge, bussed by ipcMain/ipcRenderer.
# electron-bridge
# electron-bridge.services
Source of truth for the vuex store.
Kind: static constant of electron-bridge
# electron-bridge.expose()
Relay client and api on the electron bridge
Kind: static method of electron-bridge
# electron-bridge~@memberof ink(message)
Validates a message for execution.
Kind: inner method of electron-bridge
| Param | Type | Description |
|---|---|---|
| message | Object | Deserialized message object |
# window : object
Provides a core ink service and an expose() function for publishing
services on the electron context bridge, bussed by ipcMain/ipcRenderer.
Kind: global namespace
← WindowLayout _index →