lsp / org.pinelang.lsp.lsp.models / LSPNotification
LSPNotification¶
data class LSPNotification
Constructors¶
Name | Summary |
---|---|
<init> | LSPNotification(method: String , params: Any ?, jsonrpc: String = "2.0") |
Properties¶
Name | Summary |
---|---|
jsonrpc | val jsonrpc: String |
method | The method to be invoked.val method: String |
params | The notification’s params.val params: Any ? |