Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.indentation-result

Indentation result representing where indentation should be placed

Indentation result representing where indentation should be placed
raw docstring

indentationcljs

(indentation indentation-result)

The number of columns the indent should be at relative to the position's column.

Returns: number

The number of columns the indent should be at relative to the position's column.

**Returns:** `number`
sourceraw docstring

positioncljs

(position indentation-result)

The base position in the document that the indent should be relative to

Returns: number

The base position in the document that the indent should be relative to

**Returns:** `number`
sourceraw docstring

set-indentation!cljs

(set-indentation! indentation-result value)

The number of columns the indent should be at relative to the position's column.

The number of columns the indent should be at relative to the position's column.
sourceraw docstring

set-position!cljs

(set-position! indentation-result value)

The base position in the document that the indent should be relative to

The base position in the document that the indent should be relative to
sourceraw docstring

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

× close