Liking cljdoc? Tell your friends :D

dots.vscode.type-hierarchy-item

Represents an item of a type hierarchy, like a class or an interface.

Represents an item of a type hierarchy, like a class or an interface.
raw docstring

detailcljs

(detail type-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 type-hierarchy-item)

The kind of this item.

The kind of this item.
sourceraw docstring

namecljs

(name type-hierarchy-item)

The name of this item.

The name of this item.
sourceraw docstring

rangecljs

(range type-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 type-hierarchy-item)

The range that should be selected and revealed when this symbol is being picked, e.g. the name of a class. Must be contained by the {@link TypeHierarchyItem.range range}-property.

The range that should be selected and revealed when this symbol is being
picked, e.g. the name of a class. Must be contained by the {@link TypeHierarchyItem.range range}-property.
sourceraw docstring

set-detail!cljs

(set-detail! type-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! type-hierarchy-item value)

The kind of this item.

The kind of this item.
sourceraw docstring

set-name!cljs

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

The name of this item.

The name of this item.
sourceraw docstring

set-range!cljs

(set-range! type-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! type-hierarchy-item value)

The range that should be selected and revealed when this symbol is being picked, e.g. the name of a class. Must be contained by the {@link TypeHierarchyItem.range range}-property.

The range that should be selected and revealed when this symbol is being
picked, e.g. the name of a class. Must be contained by the {@link TypeHierarchyItem.range range}-property.
sourceraw docstring

set-tags!cljs

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

Tags for this item.

Tags for this item.
sourceraw docstring

set-uri!cljs

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

The resource identifier of this item.

The resource identifier of this item.
sourceraw docstring

tagscljs

(tags type-hierarchy-item)

Tags for this item.

Tags for this item.
sourceraw docstring

uricljs

(uri type-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