Options
All
  • Public
  • Public/Protected
  • All
Menu

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

See Streams.

Hierarchy

Index

Properties

Optional buffers

buffers: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel

channel: "iopub"

content

content: { name: "stdout" | "stderr"; text: string }

Type declaration

  • name: "stdout" | "stderr"
  • text: 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