Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IControlMessage<T>

A kernel message on the 'control' channel.

Type parameters

Hierarchy

Index

Properties

Optional buffers

buffers: (ArrayBuffer | ArrayBufferView)[]

An optional list of binary buffers.

channel

channel: "control"

content

content: Message["content"]

The content of the message.

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