Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
ShowMessageParams
Interface ShowMessageParams
The parameters of a notification message.
interface
ShowMessageParams
{
message
:
string
;
type
:
MessageType
;
}
Index
Properties
message
type
Properties
message
message
:
string
The actual message.
type
type
:
MessageType
The message type. See
MessageType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
type
vscode-languageclient
Loading...
The parameters of a notification message.