Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.code-action


changescljs

(changes code-action)

Text changes to apply to each file as part of the code action

Returns: FileCodeEdits[]

Text changes to apply to each file as part of the code action

**Returns:** `FileCodeEdits[]`
sourceraw docstring

commandscljs

(commands code-action)

A command is an opaque object that should be passed to ApplyCodeActionCommandRequestArgs without modification.

Returns: {}[] | undefined

A command is an opaque object that should be passed to `ApplyCodeActionCommandRequestArgs` without modification.

**Returns:** `{}[] | undefined`
sourceraw docstring

descriptioncljs

(description code-action)

Description of the code action to display in the UI of the editor

Returns: string

Description of the code action to display in the UI of the editor

**Returns:** `string`
sourceraw docstring

set-changes!cljs

(set-changes! code-action value)

Text changes to apply to each file as part of the code action

Text changes to apply to each file as part of the code action
sourceraw docstring

set-commands!cljs

(set-commands! code-action value)

A command is an opaque object that should be passed to ApplyCodeActionCommandRequestArgs without modification.

A command is an opaque object that should be passed to `ApplyCodeActionCommandRequestArgs` without modification.
sourceraw docstring

set-description!cljs

(set-description! code-action value)

Description of the code action to display in the UI of the editor

Description of the code action to display in the UI of the editor
sourceraw docstring

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

× close