Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.inline-value-context

A value-object that contains contextual information when requesting inline values from a InlineValuesProvider.

A value-object that contains contextual information when requesting inline values from a InlineValuesProvider.
raw docstring

frame-idcljs

(frame-id inline-value-context)

The stack frame (as a DAP Id) where the execution has stopped.

Returns: number

The stack frame (as a DAP Id) where the execution has stopped.

**Returns:** `number`
sourceraw docstring

stopped-locationcljs

(stopped-location inline-value-context)

The document range where execution has stopped. Typically the end position of the range denotes the line where the inline values are shown.

Returns: Range

The document range where execution has stopped.
Typically the end position of the range denotes the line where the inline values are shown.

**Returns:** `Range`
sourceraw docstring

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

× close