Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommOpenMsg<T>

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

See Comm open.

Type parameters

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

Hierarchy

Index

Properties

Optional buffers

buffers: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel

channel: T

content

content: { comm_id: string; data: JSONObject; target_module?: string; target_name: string }

Type declaration

  • comm_id: string
  • data: JSONObject
  • Optional target_module?: string
  • target_name: string

header

header: IHeader<MSGTYPE>

The message header.

metadata

metadata: JSONObject

Metadata associated with the message.

parent_header

parent_header: IHeader | {}

The parent message

Generated using TypeDoc