(body code-fix-response)
The code actions that are available
Returns: CodeFixAction[] | undefined
The code actions that are available **Returns:** `CodeFixAction[] | undefined`
(command code-fix-response)
The command requested.
Returns: string
The command requested. **Returns:** `string`
(message code-fix-response)
If success === false, this should always be provided. Otherwise, may (or may not) contain a success message.
Returns: string | undefined
If success === false, this should always be provided. Otherwise, may (or may not) contain a success message. **Returns:** `string | undefined`
(metadata code-fix-response)
Contains extra information that plugin can include to be passed on
Returns: unknown
Contains extra information that plugin can include to be passed on **Returns:** `unknown`
(performance-data code-fix-response)
Exposes information about the performance of this request-response pair.
Returns: PerformanceData | undefined
Exposes information about the performance of this request-response pair. **Returns:** `PerformanceData | undefined`
(request-seq code-fix-response)
Sequence number of the request message.
Returns: number
Sequence number of the request message. **Returns:** `number`
(seq code-fix-response)
Sequence number of the message
Returns: number
Sequence number of the message **Returns:** `number`
(set-body! code-fix-response value)
The code actions that are available
The code actions that are available
(set-command! code-fix-response value)
The command requested.
The command requested.
(set-message! code-fix-response value)
If success === false, this should always be provided. Otherwise, may (or may not) contain a success message.
If success === false, this should always be provided. Otherwise, may (or may not) contain a success message.
(set-metadata! code-fix-response value)
Contains extra information that plugin can include to be passed on
Contains extra information that plugin can include to be passed on
(set-performance-data! code-fix-response value)
Exposes information about the performance of this request-response pair.
Exposes information about the performance of this request-response pair.
(set-request-seq! code-fix-response value)
Sequence number of the request message.
Sequence number of the request message.
(set-seq! code-fix-response value)
Sequence number of the message
Sequence number of the message
(set-success! code-fix-response value)
Outcome of the request.
Outcome of the request.
(success? code-fix-response)
Outcome of the request.
Returns: boolean
Outcome of the request. **Returns:** `boolean`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close