Liking cljdoc? Tell your friends :D

dots.vscode.text-document-content-change-event

An event describing an individual change in the text of a {@link TextDocument document}.

An event describing an individual change in the text of a {@link TextDocument document}.
raw docstring

rangecljs

(range text-document-content-change-event)

The range that got replaced.

Returns: Range

The range that got replaced.

**Returns:** `Range`
sourceraw docstring

range-lengthcljs

(range-length text-document-content-change-event)

The length of the range that got replaced.

Returns: number

The length of the range that got replaced.

**Returns:** `number`
sourceraw docstring

range-offsetcljs

(range-offset text-document-content-change-event)

The offset of the range that got replaced.

Returns: number

The offset of the range that got replaced.

**Returns:** `number`
sourceraw docstring

textcljs

(text text-document-content-change-event)

The new text for the range.

Returns: string

The new text for the range.

**Returns:** `string`
sourceraw docstring

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

× close