Arguments for navto request message.
Arguments for navto request message.
(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`
(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`
(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`
(project-file-name navto-request-args)
Returns: string | undefined
**Returns:** `string | undefined`
(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`
(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.
(set-file! navto-request-args value)
The file for the request (absolute pathname required).
The file for the request (absolute pathname required).
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close