Liking cljdoc? Tell your friends :D

dots.typescript.navigation-tree

Node in a tree of nested declarations in a file. The top node is always a script or module node.

Node in a tree of nested declarations in a file.
The top node is always a script or module node.
raw docstring

child-itemscljs

(child-items navigation-tree)

Present if non-empty

Returns: NavigationTree[] | undefined

Present if non-empty

**Returns:** `NavigationTree[] | undefined`
sourceraw docstring

kindcljs

(kind navigation-tree)

Returns: ScriptElementKind

**Returns:** `ScriptElementKind`
sourceraw docstring

kind-modifierscljs

(kind-modifiers navigation-tree)

ScriptElementKindModifier separated by commas, e.g. "public,abstract"

Returns: string

ScriptElementKindModifier separated by commas, e.g. "public,abstract"

**Returns:** `string`
sourceraw docstring

name-spancljs

(name-span navigation-tree)

Returns: TextSpan | undefined

**Returns:** `TextSpan | undefined`
sourceraw docstring

set-child-items!cljs

(set-child-items! navigation-tree value)

Present if non-empty

Present if non-empty
sourceraw docstring

set-kind!cljs

(set-kind! navigation-tree value)
source

set-kind-modifiers!cljs

(set-kind-modifiers! navigation-tree value)

ScriptElementKindModifier separated by commas, e.g. "public,abstract"

ScriptElementKindModifier separated by commas, e.g. "public,abstract"
sourceraw docstring

set-name-span!cljs

(set-name-span! navigation-tree value)
source

set-spans!cljs

(set-spans! navigation-tree value)

Spans of the nodes that generated this declaration. There will be more than one if this is the result of merging.

Spans of the nodes that generated this declaration.
There will be more than one if this is the result of merging.
sourceraw docstring

set-text!cljs

(set-text! navigation-tree value)

Name of the declaration, or a short description, e.g. "<class>".

Name of the declaration, or a short description, e.g. "<class>".
sourceraw docstring

spanscljs

(spans navigation-tree)

Spans of the nodes that generated this declaration. There will be more than one if this is the result of merging.

Returns: TextSpan[]

Spans of the nodes that generated this declaration.
There will be more than one if this is the result of merging.

**Returns:** `TextSpan[]`
sourceraw docstring

textcljs

(text navigation-tree)

Name of the declaration, or a short description, e.g. "<class>".

Returns: string

Name of the declaration, or a short description, e.g. "<class>".

**Returns:** `string`
sourceraw docstring

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

× close