Arguments in document highlight request; include: filesToSearch, file, line, offset.
Arguments in document highlight request; include: filesToSearch, file, line, offset.
(file document-highlights-request-args)
The file for the request (absolute pathname required).
Returns: string
The file for the request (absolute pathname required). **Returns:** `string`
(files-to-search document-highlights-request-args)
List of files to search for document highlights.
Returns: string[]
List of files to search for document highlights. **Returns:** `string[]`
(line document-highlights-request-args)
The line number for the request (1-based).
Returns: number
The line number for the request (1-based). **Returns:** `number`
(offset document-highlights-request-args)
The character offset (on the line) for the request (1-based).
Returns: number
The character offset (on the line) for the request (1-based). **Returns:** `number`
(project-file-name document-highlights-request-args)
Returns: string | undefined
**Returns:** `string | undefined`
(set-file! document-highlights-request-args value)
The file for the request (absolute pathname required).
The file for the request (absolute pathname required).
(set-files-to-search! document-highlights-request-args value)
List of files to search for document highlights.
List of files to search for document highlights.
(set-line! document-highlights-request-args value)
The line number for the request (1-based).
The line number for the request (1-based).
(set-offset! document-highlights-request-args value)
The character offset (on the line) for the request (1-based).
The character offset (on the line) for the request (1-based).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close