Arguments for completion details request.
Arguments for completion details request.
(entry-names completion-details-request-args)
Names of one or more entries for which to obtain details.
Returns: (string | CompletionEntryIdentifier)[]
Names of one or more entries for which to obtain details. **Returns:** `(string | CompletionEntryIdentifier)[]`
(file completion-details-request-args)
The file for the request (absolute pathname required).
Returns: string
The file for the request (absolute pathname required). **Returns:** `string`
(line completion-details-request-args)
The line number for the request (1-based).
Returns: number
The line number for the request (1-based). **Returns:** `number`
(offset completion-details-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 completion-details-request-args)
Returns: string | undefined
**Returns:** `string | undefined`
(set-entry-names! completion-details-request-args value)
Names of one or more entries for which to obtain details.
Names of one or more entries for which to obtain details.
(set-file! completion-details-request-args value)
The file for the request (absolute pathname required).
The file for the request (absolute pathname required).
(set-line! completion-details-request-args value)
The line number for the request (1-based).
The line number for the request (1-based).
(set-offset! completion-details-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