Liking cljdoc? Tell your friends :D

dots.vscode.command

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.

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.
raw docstring

argumentscljs

(arguments command)

Arguments that the command handler should be invoked with.

Arguments that the command handler should be
invoked with.
sourceraw docstring

commandcljs

(command command)

The identifier of the actual command handler.

The identifier of the actual command handler.
sourceraw docstring

set-arguments!cljs

(set-arguments! command value)

Arguments that the command handler should be invoked with.

Arguments that the command handler should be
invoked with.
sourceraw docstring

set-command!cljs

(set-command! command value)

The identifier of the actual command handler.

The identifier of the actual command handler.
sourceraw docstring

set-title!cljs

(set-title! command value)

Title of the command, like save.

Title of the command, like `save`.
sourceraw docstring

set-tooltip!cljs

(set-tooltip! command value)

A tooltip for the command, when represented in the UI.

A tooltip for the command, when represented in the UI.
sourceraw docstring

titlecljs

(title command)

Title of the command, like save.

Title of the command, like `save`.
sourceraw docstring

tooltipcljs

(tooltip command)

A tooltip for the command, when represented in the UI.

A tooltip for the command, when represented in the UI.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close