IUpdateDisplayDataMsg | @jupyterlab (original) (raw)
Hierarchy (View Summary)
- IIOPubMessage<"update_display_data">
- IUpdateDisplayDataMsg
Index
Properties
Optional
buffers
An optional list of binary buffers.
channel
channel: "iopub"
The channel on which the message is transmitted.
content
content: {
data: IMimeBundle;
metadata: PartialJSONObject;
transient?: { display_id?: string };
} & { transient: { display_id: string } }
The content of the message.
header
header: IHeader<"update_display_data">
The message header.
metadata
Metadata associated with the message.
parent_header
The parent message