CEF UI API
@vimp-mp/types 2.0.1The browser bridge used by CEF pages to communicate with client and server scripts.
| Declaration | Description |
|---|---|
| CefEventPayload | Serialized UI bridge message used between CEF and client script. |
| VimpClientInboundEvents | Custom events the UI sends to the client (vimp.emitClient). |
| VimpServerInboundEvents | Custom events the UI sends to the server (vimp.emitServer). |
| VimpUiBridge | Root bridge installed as window.vimp inside a VIMP CEF page. |
| VimpUiEventHandler | Handler registered for an event arriving from the VIMP client runtime. |