Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.navigation-tree

protocol.NavigationTree is identical to ts.NavigationTree, except using protocol.TextSpan instead of ts.TextSpan

protocol.NavigationTree is identical to ts.NavigationTree, except using protocol.TextSpan instead of ts.TextSpan
raw docstring

child-itemscljs

(child-items navigation-tree)

Returns: NavigationTree[] | undefined

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

kindcljs

(kind navigation-tree)

Returns: ScriptElementKind

**Returns:** `ScriptElementKind`
sourceraw docstring

kind-modifierscljs

(kind-modifiers navigation-tree)

Returns: string

**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)
source

set-kind!cljs

(set-kind! navigation-tree value)
source

set-kind-modifiers!cljs

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

set-name-span!cljs

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

set-spans!cljs

(set-spans! navigation-tree value)
source

set-text!cljs

(set-text! navigation-tree value)
source

spanscljs

(spans navigation-tree)

Returns: TextSpan[]

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

textcljs

(text navigation-tree)

Returns: string

**Returns:** `string`
sourceraw docstring

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

× close