Interface ShowMessageParams

The parameters of a notification message.

interface ShowMessageParams {
    message: string;
    type: MessageType;
}

Properties

Properties

message: string

The actual message.

The message type. See MessageType