Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.navto-request-args

Arguments for navto request message.

Arguments for navto request message.
raw docstring

current-file-only?cljs

(current-file-only? navto-request-args)

Optional flag to indicate we want results for just the current file or the entire project.

Returns: boolean | undefined

Optional flag to indicate we want results for just the current file
or the entire project.

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

filecljs

(file navto-request-args)

The file for the request (absolute pathname required).

Returns: string | undefined

The file for the request (absolute pathname required).

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

max-result-countcljs

(max-result-count navto-request-args)

Optional limit on the number of items to return.

Returns: number | undefined

Optional limit on the number of items to return.

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

project-file-namecljs

(project-file-name navto-request-args)

Returns: string | undefined

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

search-valuecljs

(search-value navto-request-args)

Search term to navigate to from current location; term can be '.*' or an identifier prefix.

Returns: string

Search term to navigate to from current location; term can
be '.*' or an identifier prefix.

**Returns:** `string`
sourceraw docstring

set-current-file-only!cljs

(set-current-file-only! navto-request-args value)

Optional flag to indicate we want results for just the current file or the entire project.

Optional flag to indicate we want results for just the current file
or the entire project.
sourceraw docstring

set-file!cljs

(set-file! navto-request-args value)

The file for the request (absolute pathname required).

The file for the request (absolute pathname required).
sourceraw docstring

set-max-result-count!cljs

(set-max-result-count! navto-request-args value)

Optional limit on the number of items to return.

Optional limit on the number of items to return.
sourceraw docstring

set-project-file-name!cljs

(set-project-file-name! navto-request-args value)
source

set-search-value!cljs

(set-search-value! navto-request-args value)

Search term to navigate to from current location; term can be '.*' or an identifier prefix.

Search term to navigate to from current location; term can
be '.*' or an identifier prefix.
sourceraw docstring

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

× close