Skip to content

CEF UI API

@vimp-mp/types 2.0.1

The browser bridge used by CEF pages to communicate with client and server scripts.

DeclarationDescription
CefEventPayloadSerialized UI bridge message used between CEF and client script.
VimpClientInboundEventsCustom events the UI sends to the client (vimp.emitClient).
VimpServerInboundEventsCustom events the UI sends to the server (vimp.emitServer).
VimpUiBridgeRoot bridge installed as window.vimp inside a VIMP CEF page.
VimpUiEventHandlerHandler registered for an event arriving from the VIMP client runtime.

VIMP developer documentation