Interface ICompleteRequestMsg

A 'complete_request' message.

See Messaging in Jupyter.

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

Hierarchy

Properties

buffers?: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel: "shell"

The channel on which the message is transmitted.

content: {
    code: string;
    cursor_pos: number;
}

The content of the message.

Type declaration

  • code: string
  • cursor_pos: number
header: IHeader<"complete_request">

The message header.

metadata: JSONObject

Metadata associated with the message.

parent_header: Record<string, never> | IHeader<KernelMessage.MessageType>

The parent message

Generated using TypeDoc