A part of a symbol description that links from a jsdoc
A part of a symbol description that links from a jsdoc
(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`
(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').
(set-target! js-doc-link-display-part value)
The location of the declaration that the
The location of the declaration that the
(set-text! js-doc-link-display-part value)
Text of an item describing the symbol.
Text of an item describing the symbol.
(target js-doc-link-display-part)
The location of the declaration that the
Returns: FileSpan
The location of the declaration that the **Returns:** `FileSpan`
(text js-doc-link-display-part)
Text of an item describing the symbol.
Returns: string
Text of an item describing the symbol. **Returns:** `string`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close