Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInputRequestMsg

An 'input_request' message on the 'stdin' channel.

See Messaging in Jupyter.

Hierarchy

Index

Properties

Optional buffers

buffers: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel

channel: "stdin"

content

content: { password: boolean; prompt: string }

Type declaration

  • password: boolean

    Whether the request is for a password. If so, the frontend shouldn't echo input.

  • prompt: string

    The text to show at the prompt.

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