lsp / org.pinelang.lsp.lsp.models / Command
Command¶
data class Command
Constructors¶
Name | Summary |
---|---|
<init> | Command(title: String , command: String , arguments: List < Any >?) |
Properties¶
Name | Summary |
---|---|
arguments | Arguments that the command handler should be invoked with.val arguments: List < Any >? |
command | The identifier of the actual command handler.val command: String |
title | Title of the command, like save .val title: String |