Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.navto-item

An item found in a navto response.

An item found in a navto response.
raw docstring

case-sensitive?cljs

(case-sensitive? navto-item)

If this was a case sensitive or insensitive match.

Returns: boolean

If this was a case sensitive or insensitive match.

**Returns:** `boolean`
sourceraw docstring

container-kindcljs

(container-kind navto-item)

Kind of symbol's container symbol (if any).

Returns: ScriptElementKind | undefined

Kind of symbol's container symbol (if any).

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

container-namecljs

(container-name navto-item)

Name of symbol's container symbol (if any); for example, the class name if symbol is a class member.

Returns: string | undefined

Name of symbol's container symbol (if any); for example,
the class name if symbol is a class member.

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

endcljs

(end navto-item)

One character past last character of the definition.

Returns: Location

One character past last character of the definition.

**Returns:** `Location`
sourceraw docstring

filecljs

(file navto-item)

File containing text span.

Returns: string

File containing text span.

**Returns:** `string`
sourceraw docstring

kindcljs

(kind navto-item)

The symbol's kind (such as 'className' or 'parameterName').

Returns: ScriptElementKind

The symbol's kind (such as 'className' or 'parameterName').

**Returns:** `ScriptElementKind`
sourceraw docstring

kind-modifierscljs

(kind-modifiers navto-item)

Optional modifiers for the kind (such as 'public').

Returns: string | undefined

Optional modifiers for the kind (such as 'public').

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

match-kindcljs

(match-kind navto-item)

exact, substring, or prefix.

Returns: string

exact, substring, or prefix.

**Returns:** `string`
sourceraw docstring

namecljs

(name navto-item)

The symbol's name.

Returns: string

The symbol's name.

**Returns:** `string`
sourceraw docstring

set-container-kind!cljs

(set-container-kind! navto-item value)

Kind of symbol's container symbol (if any).

Kind of symbol's container symbol (if any).
sourceraw docstring

set-container-name!cljs

(set-container-name! navto-item value)

Name of symbol's container symbol (if any); for example, the class name if symbol is a class member.

Name of symbol's container symbol (if any); for example,
the class name if symbol is a class member.
sourceraw docstring

set-end!cljs

(set-end! navto-item value)

One character past last character of the definition.

One character past last character of the definition.
sourceraw docstring

set-file!cljs

(set-file! navto-item value)

File containing text span.

File containing text span.
sourceraw docstring

set-is-case-sensitive!cljs

(set-is-case-sensitive! navto-item value)

If this was a case sensitive or insensitive match.

If this was a case sensitive or insensitive match.
sourceraw docstring

set-kind!cljs

(set-kind! navto-item value)

The symbol's kind (such as 'className' or 'parameterName').

The symbol's kind (such as 'className' or 'parameterName').
sourceraw docstring

set-kind-modifiers!cljs

(set-kind-modifiers! navto-item value)

Optional modifiers for the kind (such as 'public').

Optional modifiers for the kind (such as 'public').
sourceraw docstring

set-match-kind!cljs

(set-match-kind! navto-item value)

exact, substring, or prefix.

exact, substring, or prefix.
sourceraw docstring

set-name!cljs

(set-name! navto-item value)

The symbol's name.

The symbol's name.
sourceraw docstring

set-start!cljs

(set-start! navto-item value)

First character of the definition.

First character of the definition.
sourceraw docstring

startcljs

(start navto-item)

First character of the definition.

Returns: Location

First character of the definition.

**Returns:** `Location`
sourceraw docstring

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

× close