Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IIsCompleteRequestMsg

An 'is_complete_request' message.

See Messaging in Jupyter.

See also: IIsCompleteReplyMsg, [[IKernel.isComplete]]

Hierarchy

Index

Properties

Optional buffers

buffers: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel

channel: "shell"

The channel on which the message is transmitted.

content

content: { code: string }

The content of the message.

Type declaration

  • code: string

header

header: IHeader<"is_complete_request">

The message header.

metadata

metadata: JSONObject

Metadata associated with the message.

parent_header

parent_header: {} | IHeader<MessageType>

The parent message

Generated using TypeDoc