Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.indentation-request

A request to get indentation for a location in file

A request to get indentation for a location in file
raw docstring

argumentscljs

(arguments indentation-request)

Returns: IndentationRequestArgs

**Returns:** `IndentationRequestArgs`
sourceraw docstring

commandcljs

(command indentation-request)

Returns: CommandTypes.Indentation

**Returns:** `CommandTypes.Indentation`
sourceraw docstring

seqcljs

(seq indentation-request)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-arguments!cljs

(set-arguments! indentation-request value)
source

set-command!cljs

(set-command! indentation-request value)
source

set-seq!cljs

(set-seq! indentation-request value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-type!cljs

(set-type! indentation-request value)
source

typecljs

(type indentation-request)

Returns: "request"

**Returns:** `"request"`
sourceraw docstring

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

× close