Serialized IPC message payload with preview.
export interface IpcLogPayload { raw: unknown; preview: string;} Copy
export interface IpcLogPayload { raw: unknown; preview: string;}
Raw payload data.
String representation for display.
Serialized IPC message payload with preview.
Source