Interface ICommMsgMsg<T>

A 'comm_msg' message on the 'iopub' channel.

See Comm msg.

Type Parameters

  • T extends "iopub" | "shell" = "iopub" | "shell"

Hierarchy

Properties

buffers?: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel: T

The channel on which the message is transmitted.

content: {
    comm_id: string;
    data: JSONObject;
}

The content of the message.

Type declaration

header: IHeader<"comm_msg">

The message header.

metadata: JSONObject

Metadata associated with the message.

parent_header: Record<string, never> | IHeader<KernelMessage.MessageType>

The parent message

Generated using TypeDoc