Liking cljdoc? Tell your friends :D

dots.vscode.call-hierarchy-item

Represents programming constructs like functions or constructors in the context of call hierarchy.

Represents programming constructs like functions or constructors in the context
of call hierarchy.
raw docstring

detailcljs

(detail call-hierarchy-item)

More detail for this item, e.g. the signature of a function.

More detail for this item, e.g. the signature of a function.
sourceraw docstring

kindcljs

(kind call-hierarchy-item)

The kind of this item.

The kind of this item.
sourceraw docstring

namecljs

(name call-hierarchy-item)

The name of this item.

The name of this item.
sourceraw docstring

rangecljs

(range call-hierarchy-item)

The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g. comments and code.

The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g. comments and code.
sourceraw docstring

selection-rangecljs

(selection-range call-hierarchy-item)

The range that should be selected and revealed when this symbol is being picked, e.g. the name of a function. Must be contained by the {@linkcode CallHierarchyItem.range range}.

The range that should be selected and revealed when this symbol is being picked, e.g. the name of a function.
Must be contained by the {@linkcode CallHierarchyItem.range range}.
sourceraw docstring

set-detail!cljs

(set-detail! call-hierarchy-item value)

More detail for this item, e.g. the signature of a function.

More detail for this item, e.g. the signature of a function.
sourceraw docstring

set-kind!cljs

(set-kind! call-hierarchy-item value)

The kind of this item.

The kind of this item.
sourceraw docstring

set-name!cljs

(set-name! call-hierarchy-item value)

The name of this item.

The name of this item.
sourceraw docstring

set-range!cljs

(set-range! call-hierarchy-item value)

The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g. comments and code.

The range enclosing this symbol not including leading/trailing whitespace but everything else, e.g. comments and code.
sourceraw docstring

set-selection-range!cljs

(set-selection-range! call-hierarchy-item value)

The range that should be selected and revealed when this symbol is being picked, e.g. the name of a function. Must be contained by the {@linkcode CallHierarchyItem.range range}.

The range that should be selected and revealed when this symbol is being picked, e.g. the name of a function.
Must be contained by the {@linkcode CallHierarchyItem.range range}.
sourceraw docstring

set-tags!cljs

(set-tags! call-hierarchy-item value)

Tags for this item.

Tags for this item.
sourceraw docstring

set-uri!cljs

(set-uri! call-hierarchy-item value)

The resource identifier of this item.

The resource identifier of this item.
sourceraw docstring

tagscljs

(tags call-hierarchy-item)

Tags for this item.

Tags for this item.
sourceraw docstring

uricljs

(uri call-hierarchy-item)

The resource identifier of this item.

The resource identifier of this item.
sourceraw docstring

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

× close