A 'create_subshell_request' message on the 'control' channel.

interface ICreateSubshellRequestMsg {
    buffers?: (ArrayBuffer | ArrayBufferView)[];
    channel: "control";
    content: Record<string, unknown>;
    header: IHeader<"create_subshell_request">;
    metadata: JSONObject;
    parent_header: IHeader<KernelMessage.MessageType> | Record<string, never>;
}

Hierarchy (View Summary)

Properties

buffers?: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel: "control"

The channel on which the message is transmitted.

content: Record<string, unknown>

The content of the message.

header: IHeader<"create_subshell_request">

The message header.

metadata: JSONObject

Metadata associated with the message.

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

The parent message