Liking cljdoc? Tell your friends :D

dots.vscode.symbol-information

Represents information about programming constructs like variables, classes, interfaces etc.

Represents information about programming constructs like variables, classes,
interfaces etc.
raw docstring

container-namecljs

(container-name symbol-information)

The name of the symbol containing this symbol.

Returns: string

The name of the symbol containing this symbol.

**Returns:** `string`
sourceraw docstring

kindcljs

(kind symbol-information)

The kind of this symbol.

Returns: SymbolKind

The kind of this symbol.

**Returns:** `SymbolKind`
sourceraw docstring

locationcljs

(location symbol-information)

The location of this symbol.

Returns: Location

The location of this symbol.

**Returns:** `Location`
sourceraw docstring

namecljs

(name symbol-information)

The name of this symbol.

Returns: string

The name of this symbol.

**Returns:** `string`
sourceraw docstring

set-container-name!cljs

(set-container-name! symbol-information value)

The name of the symbol containing this symbol.

The name of the symbol containing this symbol.
sourceraw docstring

set-kind!cljs

(set-kind! symbol-information value)

The kind of this symbol.

The kind of this symbol.
sourceraw docstring

set-location!cljs

(set-location! symbol-information value)

The location of this symbol.

The location of this symbol.
sourceraw docstring

set-name!cljs

(set-name! symbol-information value)

The name of this symbol.

The name of this symbol.
sourceraw docstring

set-tags!cljs

(set-tags! symbol-information value)

Tags for this symbol.

Tags for this symbol.
sourceraw docstring

tagscljs

(tags symbol-information)

Tags for this symbol.

Returns: readonly SymbolTag[] | undefined

Tags for this symbol.

**Returns:** `readonly SymbolTag[] | undefined`
sourceraw docstring

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

× close