Serialized IPC message payload with preview.

export interface IpcLogPayload {
raw: unknown;
preview: string;
}
interface IpcLogPayload {
    raw: unknown;
    preview: string;
}

Properties

Properties

raw: unknown

Raw payload data.

preview: string

String representation for display.