Skip to content

CefEventPayload

@vimp-mp/types 2.0.1

Interface · CEF UI API

Serialized UI bridge message used between CEF and client script.

UI emits this payload to stdout (__VIMP:<json>) and the client runtime forwards it as a named event.

ts
interface CefEventPayload

Members

data

ts
data?: unknown

Optional serialized event payload.

event

ts
event: string

Event name routed through the bridge.

VIMP developer documentation