A message from the terminal session.

interface IMessage {
    content?: JSONPrimitive[];
    type: Terminal.MessageType;
}

Properties

Properties

content?: JSONPrimitive[]

The content of the message.

The type of the message.