Options
All
  • Public
  • Public/Protected
  • All
Menu

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

See Display data.

Hierarchy

Index

Properties

Optional buffers

buffers: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel

channel: "iopub"

The channel on which the message is transmitted.

content

content: { data: IMimeBundle; metadata: PartialJSONObject; transient?: { display_id?: string } }

The content of the message.

Type declaration

  • data: IMimeBundle
  • metadata: PartialJSONObject
  • Optional transient?: { display_id?: string }
    • Optional display_id?: string

header

header: IHeader<"display_data">

The message header.

metadata

metadata: JSONObject

Metadata associated with the message.

parent_header

parent_header: {} | IHeader<MessageType>

The parent message

Generated using TypeDoc