Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICompleteRequestMsg

A 'complete_request' message.

See Messaging in Jupyter.

See also: ICompleteReplyMsg, [[IKernel.complete]]

Hierarchy

Index

Properties

Optional buffers

buffers: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel

channel: "shell"

content

content: { code: string; cursor_pos: number }

Type declaration

  • code: string
  • cursor_pos: number

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