Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.js-doc-link-display-part

A part of a symbol description that links from a jsdoc

A part of a symbol description that links from a jsdoc
raw docstring

kindcljs

(kind js-doc-link-display-part)

The symbol's kind (such as 'className' or 'parameterName' or plain 'text').

Returns: string

The symbol's kind (such as 'className' or 'parameterName' or plain 'text').

**Returns:** `string`
sourceraw docstring

set-kind!cljs

(set-kind! js-doc-link-display-part value)

The symbol's kind (such as 'className' or 'parameterName' or plain 'text').

The symbol's kind (such as 'className' or 'parameterName' or plain 'text').
sourceraw docstring

set-target!cljs

(set-target! js-doc-link-display-part value)

The location of the declaration that the

The location of the declaration that the
sourceraw docstring

set-text!cljs

(set-text! js-doc-link-display-part value)

Text of an item describing the symbol.

Text of an item describing the symbol.
sourceraw docstring

targetcljs

(target js-doc-link-display-part)

The location of the declaration that the

Returns: FileSpan

The location of the declaration that the

**Returns:** `FileSpan`
sourceraw docstring

textcljs

(text js-doc-link-display-part)

Text of an item describing the symbol.

Returns: string

Text of an item describing the symbol.

**Returns:** `string`
sourceraw docstring

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

× close