Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IExecuteInputMsg

An 'execute_input' message on the 'iopub' channel.

See Code inputs.

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: { code: string; execution_count: number }

The content of the message.

Type declaration

  • code: string
  • execution_count: number

header

header: IHeader<"execute_input">

The message header.

metadata

metadata: JSONObject

Metadata associated with the message.

parent_header

parent_header: {} | IHeader<MessageType>

The parent message

Generated using TypeDoc