GenLSP.Protocol.Structures.Command (gen_lsp v0.0.1)

Represents a reference to a command. Provides a title which will be used to represent a command in the UI and, optionally, an array of arguments which will be passed to the command handler function when invoked.

properties

Properties

title :: string (required)

Title of the command, like save.

command :: string (required)

The identifier of the actual command handler.

arguments :: unimplemented doc type

Arguments that the command handler should be invoked with.