Response is a list of available files. Each refactoring exposes one or more "Actions"; a user selects one action to invoke a refactoring
Response is a list of available files. Each refactoring exposes one or more "Actions"; a user selects one action to invoke a refactoring
(body get-move-to-refactoring-file-suggestions)
Returns: { newFileName: string; files: string[]; }
**Returns:** `{ newFileName: string; files: string[]; }`
(command get-move-to-refactoring-file-suggestions)
The command requested.
Returns: string
The command requested. **Returns:** `string`
(message get-move-to-refactoring-file-suggestions)
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 get-move-to-refactoring-file-suggestions)
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 get-move-to-refactoring-file-suggestions)
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 get-move-to-refactoring-file-suggestions)
Sequence number of the request message.
Returns: number
Sequence number of the request message. **Returns:** `number`
(seq get-move-to-refactoring-file-suggestions)
Sequence number of the message
Returns: number
Sequence number of the message **Returns:** `number`
(set-command! get-move-to-refactoring-file-suggestions value)
The command requested.
The command requested.
(set-message! get-move-to-refactoring-file-suggestions 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! get-move-to-refactoring-file-suggestions 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! get-move-to-refactoring-file-suggestions value)
Exposes information about the performance of this request-response pair.
Exposes information about the performance of this request-response pair.
(set-request-seq! get-move-to-refactoring-file-suggestions value)
Sequence number of the request message.
Sequence number of the request message.
(set-seq! get-move-to-refactoring-file-suggestions value)
Sequence number of the message
Sequence number of the message
(set-success! get-move-to-refactoring-file-suggestions value)
Outcome of the request.
Outcome of the request.
(success? get-move-to-refactoring-file-suggestions)
Outcome of the request.
Returns: boolean
Outcome of the request. **Returns:** `boolean`
(type get-move-to-refactoring-file-suggestions)
Returns: "response"
**Returns:** `"response"`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close