Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICommCloseMsg<T>

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

See Comm close.

Type parameters

  • T: "iopub" | "shell"

Hierarchy

Index

Properties

Optional buffers

buffers: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel

channel: T

content

content: object

Type declaration

header

header: IHeader<"comm_close">

The message header.

metadata

metadata: JSONObject

Metadata associated with the message.

parent_header

parent_header: IHeader | __type

The parent message

Generated using TypeDoc