View Source GenLSP.Structures.ShowMessageParams (gen_lsp v0.10.0)
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
fields
Fields
- type: The message type. See {@link MessageType}
- message: The actual message.