Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommMsgMsg<T>

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

See Comm msg.

Type parameters

  • T: "iopub" | "shell" = "iopub" | "shell"

Hierarchy

Index

Properties

Optional buffers

buffers: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel

channel: T

The channel on which the message is transmitted.

content

content: { comm_id: string; data: JSONObject }

The content of the message.

Type declaration

  • comm_id: string
  • data: JSONObject

header

header: IHeader<"comm_msg">

The message header.

metadata

metadata: JSONObject

Metadata associated with the message.

parent_header

parent_header: {} | IHeader<MessageType>

The parent message

Generated using TypeDoc