LogoRobo.js
Framework

IpcEvent

Interface: IpcEvent

IPC Event that flows between app and host

Properties

PropertyTypeDescription
dataunknownEvent payload
idstringUnique event ID in format: {counter}-{sessionId}
ref?stringOptional: reference to previous event ID
target?stringOptional: target window/panel
tsnumberUnix timestamp in milliseconds
typestringEvent type (namespaced with colon, e.g., "open:url")

On this page