Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.typescript.server.protocol.symbol-display-part

Part of a symbol description.

Part of a symbol description.
raw docstring

kindcljs

(kind symbol-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! symbol-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-text!cljs

(set-text! symbol-display-part value)

Text of an item describing the symbol.

Text of an item describing the symbol.
sourceraw docstring

textcljs

(text symbol-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