Arguments of a signature help request.
Arguments of a signature help request.
(file signature-help-request-args)
The file for the request (absolute pathname required).
Returns: string
The file for the request (absolute pathname required). **Returns:** `string`
(line signature-help-request-args)
The line number for the request (1-based).
Returns: number
The line number for the request (1-based). **Returns:** `number`
(offset signature-help-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 signature-help-request-args)
Returns: string | undefined
**Returns:** `string | undefined`
(set-file! signature-help-request-args value)
The file for the request (absolute pathname required).
The file for the request (absolute pathname required).
(set-line! signature-help-request-args value)
The line number for the request (1-based).
The line number for the request (1-based).
(set-offset! signature-help-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).
(set-trigger-reason! signature-help-request-args value)
Reason why signature help was invoked. See each individual possible
Reason why signature help was invoked. See each individual possible
(trigger-reason signature-help-request-args)
Reason why signature help was invoked. See each individual possible
Returns: SignatureHelpTriggerReason | undefined
Reason why signature help was invoked. See each individual possible **Returns:** `SignatureHelpTriggerReason | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close