Interface ICommInfoRequestMsg

A 'comm_info_request' message on the 'shell' channel.

See Messaging in Jupyter.

See also: [[ICommInfoReplyMsg]], [[IKernel.commInfo]]

Hierarchy

Properties

buffers?: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel: "shell"

The channel on which the message is transmitted.

content: {
    target_name?: string;
}

The content of the message.

Type declaration

  • Optional target_name?: string

    The comm target name to filter returned comms

header: IHeader<"comm_info_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