Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStdinMessage<T>

A kernel message on the 'stdin' channel.

Type parameters

Hierarchy

Index

Properties

Optional buffers

buffers: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel

channel: "stdin"

content

content: __type | object | object | ICommInfoReply | IReplyErrorContent | IReplyAbortContent | object | object | object | ICompleteReply | object | object | object | object | IReplyErrorContent & IExecuteCount | IReplyAbortContent & IExecuteCount | IExecuteReply & IExecuteCount | object | object | IHistoryReply | IHistoryRequestRange | IHistoryRequestSearch | IHistoryRequestTail | IInfoReply | IInputReply | object | IInspectReply | object | IIsCompleteReplyIncomplete | IIsCompleteReplyOther | object | object | object | object & object

The content of the message.

header

header: IHeader<T>

The message header.

metadata

metadata: JSONObject

Metadata associated with the message.

parent_header

parent_header: IHeader | __type

The parent message

Generated using TypeDoc