View Source GenLSP.Structures.ShowMessageParams (gen_lsp v0.8.1)

The parameters of a notification message.

Link to this section Summary

Functions

Fields

  • type: The message type. See {@link MessageType}
  • message: The actual message.

Link to this section Types

@type t() :: %GenLSP.Structures.ShowMessageParams{
  message: String.t(),
  type: GenLSP.Enumerations.MessageType.t()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.ShowMessageParams{}

View Source (struct)

fields

Fields

  • type: The message type. See {@link MessageType}
  • message: The actual message.